mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
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:
parent
ea1b65916d
commit
d6a6e16d21
1 changed files with 1412 additions and 1424 deletions
2836
Cargo.lock
generated
2836
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue