Skip to content

Commit

Permalink
Auto merge of #12084 - ehuss:update-lock, r=weihanglo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed May 4, 2023
2 parents 33c6410 + 5c99dc4 commit 7d11844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d11844

Please sign in to comment.