Alex Crichton 366ae3f7ba Turn the new lock file format on by default
This commit enables the support added in #7070 by default. This means
that gradually over time all `Cargo.lock` files will be migrated to the
new format. Cargo shipped with Rust 1.38.0 supports this new lock file
format, so any project using Rust 1.38.0 or above will converge quickly
onto the new lock file format and continue working.

The main benefit of the new format is to be more friendly to git merge
conflicts. Information is deduplicated throughout the lock file to avoid
verbose `depedencies` lists and the `checksum` data is all listed inline
with `[[package]]`. This has been deployed with rust-lang/rust for some
time now and it subjectively at least seems to have greatly reduced the
amount of bouncing that happens for touching `Cargo.lock`.
2019-11-12 07:00:18 -08:00
..
2019-09-16 12:00:12 -07:00
2019-09-30 14:04:10 -07:00
2019-09-30 14:04:10 -07:00
2019-09-17 14:55:22 -07:00
2019-10-08 10:13:24 -07:00
2019-09-16 12:00:12 -07:00
2019-10-21 09:37:13 -07:00
2019-09-16 12:00:12 -07:00
2019-10-28 12:00:09 -07:00
2019-10-08 10:13:24 -07:00
2019-11-08 10:00:57 +11:00
2019-10-18 15:17:59 -07:00
2019-09-16 12:00:12 -07:00
2019-09-26 11:32:29 -07:00
2019-09-30 14:04:10 -07:00
2019-09-16 12:00:12 -07:00
2019-09-30 14:04:10 -07:00
2019-09-30 14:04:10 -07:00
2019-09-26 11:32:29 -07:00
2019-09-26 17:51:19 +02:00
2019-09-16 12:00:12 -07:00