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:
Anthony Ramine 2019-10-01 13:18:44 +02:00
parent 30e5cfcdb0
commit 0ce8cf9e2e

5486
Cargo.lock generated

File diff suppressed because it is too large Load diff