File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3966,7 +3966,7 @@ fn warnings_emitted_from_path_dep() {
3966
3966
3967
3967
p. cargo ( "build" )
3968
3968
. with_stderr_data ( str![ [ r#"
3969
- [LOCKING] 2 packages to latest compatible versions
3969
+ [LOCKING] 1 package to latest compatible version
3970
3970
[COMPILING] a v0.5.0 ([ROOT]/foo/a)
3971
3971
3972
3972
@@ -4076,7 +4076,7 @@ fn warnings_emitted_when_dependency_panics() {
4076
4076
. with_status ( 101 )
4077
4077
. with_stderr_data ( str![ [ r#"
4078
4078
[UPDATING] `dummy-registry` index
4079
- [LOCKING] 2 packages to latest compatible versions
4079
+ [LOCKING] 1 package to latest compatible version
4080
4080
[DOWNLOADING] crates ...
4081
4081
[DOWNLOADED] published v0.1.0 (registry `dummy-registry`)
4082
4082
[COMPILING] published v0.1.0
@@ -4148,7 +4148,7 @@ fn log_messages_emitted_when_dependency_logs_errors() {
4148
4148
. with_status ( 101 )
4149
4149
. with_stderr_data ( str![ [ r#"
4150
4150
[UPDATING] `dummy-registry` index
4151
- [LOCKING] 2 packages to latest compatible versions
4151
+ [LOCKING] 1 package to latest compatible version
4152
4152
[DOWNLOADING] crates ...
4153
4153
[DOWNLOADED] published v0.1.0 (registry `dummy-registry`)
4154
4154
[COMPILING] published v0.1.0
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ fn no_warning_on_bin_failure() {
88
88
. with_stdout_does_not_contain ( "hidden stdout" )
89
89
. with_stderr_data ( str![ [ r#"
90
90
[UPDATING] `dummy-registry` index
91
- [LOCKING] 2 packages to latest compatible versions
91
+ [LOCKING] 1 package to latest compatible version
92
92
[DOWNLOADING] crates ...
93
93
[DOWNLOADED] bar v0.0.1 (registry `dummy-registry`)
94
94
[COMPILING] bar v0.0.1
@@ -112,7 +112,7 @@ fn warning_on_lib_failure() {
112
112
. with_stdout_does_not_contain ( "hidden stdout" )
113
113
. with_stderr_data ( str![ [ r#"
114
114
[UPDATING] `dummy-registry` index
115
- [LOCKING] 2 packages to latest compatible versions
115
+ [LOCKING] 1 package to latest compatible version
116
116
[DOWNLOADING] crates ...
117
117
[DOWNLOADED] bar v0.0.1 (registry `dummy-registry`)
118
118
[COMPILING] bar v0.0.1
You can’t perform that action at this time.
0 commit comments