mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Switch to the new Cargo.lock format
The way the Cargo.lock file is encoded on stable Rust is quite unfriendly to Git when multiple pull requests change that file at the same time, how version numbers are everywhere and all checksums are in the same place often produces merge conflicts for nothing. This patch brings the new Cargo.lock format to Servo. https://github.com/rust-lang/rust/pull/63579 The main caveat is that for now, cargo-tree and similar tools won't work anymore. I checked that the duplicate crate tidy check still does its job though.
This commit is contained in:
parent
1ab4dd1351
commit
b7ffaa5a72
1 changed files with 2723 additions and 2763 deletions
5486
Cargo.lock
generated
5486
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue