mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +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
deae66c194
commit
60ec68b097
1 changed files with 1276 additions and 1278 deletions
2554
Cargo.lock
generated
2554
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue