File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ fn parse_semver_flag(v: &str) -> CargoResult<VersionReq> {
261261 // requirement, add a note to the warning
262262 if v. parse :: < VersionReq > ( ) . is_ok ( ) {
263263 msg. push_str ( & format ! (
264- "\n \n tip: if you want to specify semver range, \
264+ "\n \n tip: if you want to specify SemVer range, \
265265 add an explicit qualifier, like '^{}'",
266266 v
267267 ) ) ;
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ fn ambiguous_version_no_longer_allowed() {
232232 "\
233233 [ERROR] invalid value '1.0' for '--version <VERSION>': cannot parse '1.0' as a semver
234234
235- tip: if you want to specify semver range, add an explicit qualifier, like '^1.0'
235+ tip: if you want to specify SemVer range, add an explicit qualifier, like '^1.0'
236236
237237For more information, try '--help'.
238238" ,
You can’t perform that action at this time.
0 commit comments