You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #12084 - ehuss:update-lock, r=weihanglo
Update lock to normalize `home` dep
I'm not sure what happened, but in #11840 `Cargo.lock` was updated in such a way that the `home` dependency had a qualified source, even though it was equivalent to crates.io. This should only happen if there is some ambiguity (like if something had a path source to the in-tree home).
This causes the `Cargo.lock` file to be modified whenever running cargo commands locally. This doesn't fail `--locked` because the resolve is equivalent, pointing to the the same source.
Closes#12082
0 commit comments