mirror of
https://github.com/rust-lang/cargo
synced 2024-10-31 08:59:36 +00:00
b5c4a765ef
This is prep for #10901 to avoid the most common failure case for the lock file. We are assuming if the users action caused a change in the manifes, then it will cause a change in the lock file. This isn't entirely true but close enough and I think these semantics can make sense.
3 lines
196 B
Text
3 lines
196 B
Text
Updating `dummy-registry` index
|
|
Adding my-package v99999.0.0 to dependencies.
|
|
error: the manifest file [ROOT]/case/Cargo.toml needs to be updated but --locked was passed to prevent this
|