Switch to the new Cargo.lock format

This was achieved by deleting Cargo.lock
and letting a recent Cargo nightly re-create
it. Support for the format was already
introduced in Rust 1.38, but currently,
stable releases of Cargo only retain it
if encountered but don't generate such
files by default.

The new format is smaller, better suited to
prevent merge conflicts and generates smaller
diffs at dependency updates, leading to
smaller git history.

You can read more about it in this PR: https://github.com/rust-lang/cargo/pull/7070
This commit is contained in:
est31 2019-11-28 03:21:00 +01:00
parent deae66c194
commit 60ec68b097

2554
Cargo.lock generated

File diff suppressed because it is too large Load Diff