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> {
261
261
// requirement, add a note to the warning
262
262
if v. parse :: < VersionReq > ( ) . is_ok ( ) {
263
263
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, \
265
265
add an explicit qualifier, like '^{}'",
266
266
v
267
267
) ) ;
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ fn ambiguous_version_no_longer_allowed() {
232
232
"\
233
233
[ERROR] invalid value '1.0' for '--version <VERSION>': cannot parse '1.0' as a semver
234
234
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'
236
236
237
237
For more information, try '--help'.
238
238
" ,
You can’t perform that action at this time.
0 commit comments