Details
Details
- Reviewers
Alphare pulkit - Group Reviewers
hg-reviewers - Commits
- rHG46cdd6660503: rust: Upgrade Cargo.lock to the newer format
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
Please do. This change has no impact on end users, it only helps contributors who add, remove, or update a dependency in Cargo.toml files while using a recent Rust toolchain that defaults to doing this upgrade for any change to Cargo.lock. In the stable branch I think there is no need to backport this patch manually, waiting for the next merge from default is fine.
Comment Actions
I suppose backporting this would make it easier to backport other patches that touch Cargo.lock and are based on this one, if that turns out to be needed.
However this patch does not apply cleanly on stable. I can submit another one for that separately, but I don’t know how well they’ll merge together.