File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ fn compare_resolve(
532
532
)
533
533
}
534
534
} ;
535
- let msg = format ! ( "package `{}` added to Cargo.lock{}" , pkg_id, extra) ;
535
+ let msg = format ! ( "package `{}` added to the packaged Cargo.lock file {}" , pkg_id, extra) ;
536
536
config. shell ( ) . status_with_color ( "Note" , msg, Color :: Cyan ) ?;
537
537
}
538
538
Ok ( ( ) )
Original file line number Diff line number Diff line change @@ -186,8 +186,8 @@ fn note_resolve_changes() {
186
186
[ARCHIVING] Cargo.toml
187
187
[ARCHIVING] src/main.rs
188
188
[UPDATING] `[..]` index
189
- [NOTE] package `mutli v0.1.0` added to Cargo.lock, was originally sourced from `[..]/foo/mutli`
190
- [NOTE] package `patched v1.0.0` added to Cargo.lock, was originally sourced from `[..]/foo/patched`
189
+ [NOTE] package `mutli v0.1.0` added to the packaged Cargo.lock file , was originally sourced from `[..]/foo/mutli`
190
+ [NOTE] package `patched v1.0.0` added to the packaged Cargo.lock file , was originally sourced from `[..]/foo/patched`
191
191
" ,
192
192
)
193
193
. run ( ) ;
@@ -310,7 +310,7 @@ fn out_of_date_lock_note() {
310
310
[ARCHIVING] Cargo.toml
311
311
[ARCHIVING] src/main.rs
312
312
[UPDATING] `[..]` index
313
- [NOTE] package `dep v2.0.0` added to Cargo.lock, previous version was `1.0.0`
313
+ [NOTE] package `dep v2.0.0` added to the packaged Cargo.lock file , previous version was `1.0.0`
314
314
" ,
315
315
)
316
316
. run ( ) ;
You can’t perform that action at this time.
0 commit comments