Skip to content

Commit

Permalink
Switch to the new Cargo.lock format
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
est31 committed Nov 28, 2019
1 parent 88d7243 commit 6f2e1ff
Showing 1 changed file with 502 additions and 504 deletions.
Loading

0 comments on commit 6f2e1ff

Please sign in to comment.