File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ fn recompilation() {
621
621
p. cargo ( "update" )
622
622
. with_stderr ( & format ! (
623
623
"[UPDATING] git repository `{}`\n \
624
- [UPDATING ] bar v0.5.0 ([..]) -> #[..]\n \
624
+ [SWITCHING ] bar v0.5.0 ([..]) -> #[..]\n \
625
625
",
626
626
git_project. url( )
627
627
) )
@@ -774,7 +774,7 @@ Caused by:
774
774
p. cargo ( "update dep1 --recursive" )
775
775
. with_stderr ( & format ! (
776
776
"[UPDATING] git repository `{}`\n \
777
- [UPDATING ] bar v0.5.0 ([..]) -> #[..]\n \
777
+ [SWITCHING ] bar v0.5.0 ([..]) -> #[..]\n \
778
778
",
779
779
git_project. url( )
780
780
) )
@@ -1186,7 +1186,7 @@ fn two_deps_only_update_one() {
1186
1186
p. cargo ( "update dep1" )
1187
1187
. with_stderr ( & format ! (
1188
1188
"[UPDATING] git repository `{}`\n \
1189
- [UPDATING ] dep1 v0.5.0 ([..]) -> #[..]\n \
1189
+ [SWITCHING ] dep1 v0.5.0 ([..]) -> #[..]\n \
1190
1190
",
1191
1191
git1. url( )
1192
1192
) )
@@ -1372,7 +1372,7 @@ fn dep_with_changed_submodule() {
1372
1372
. with_stderr ( & format ! (
1373
1373
"[UPDATING] git repository `{}`\n \
1374
1374
[UPDATING] git submodule `file://[..]/dep3`\n \
1375
- [UPDATING ] dep1 v0.5.0 ([..]) -> #[..]\n \
1375
+ [SWITCHING ] dep1 v0.5.0 ([..]) -> #[..]\n \
1376
1376
",
1377
1377
git_project. url( )
1378
1378
) )
Original file line number Diff line number Diff line change @@ -1037,7 +1037,7 @@ rustdns.workspace = true
1037
1037
"\
1038
1038
[UPDATING] git repository `{}`
1039
1039
[UPDATING] rootcrate v2.29.8 ([CWD]/rootcrate) -> v2.29.81
1040
- [UPDATING ] rustdns v0.5.0 ([..]) -> [..]
1040
+ [SWITCHING ] rustdns v0.5.0 ([..]) -> [..]
1041
1041
[UPDATING] subcrate v2.29.8 ([CWD]/subcrate) -> v2.29.81" ,
1042
1042
git_project. url( ) ,
1043
1043
) )
@@ -1129,7 +1129,7 @@ rustdns.workspace = true
1129
1129
[UPDATING] git repository `{}`
1130
1130
[UPDATING] crate1 v2.29.8 ([CWD]/crate1) -> v2.29.81
1131
1131
[UPDATING] crate2 v2.29.8 ([CWD]/crate2) -> v2.29.81
1132
- [UPDATING ] rustdns v0.5.0 ([..]) -> [..]" ,
1132
+ [SWITCHING ] rustdns v0.5.0 ([..]) -> [..]" ,
1133
1133
git_project. url( ) ,
1134
1134
) )
1135
1135
. run ( ) ;
You can’t perform that action at this time.
0 commit comments