Skip to content

Commit

Permalink
Remove Cargo.lock
Browse files Browse the repository at this point in the history
The Cargo documentation recommends not checking in a Cargo.lock for libraries:
https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
Additionally, having the lockfile makes it more likely downstream crates will have duplicate dependencies
or incompatible requirements.
  • Loading branch information
jyn514 authored and orium committed Jan 9, 2023
1 parent 19d4343 commit 9eb22a5
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 4,758 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
/.vscode/
Cargo.lock
target
**/*.rs.bk
**/*.rs.bk
Loading

0 comments on commit 9eb22a5

Please sign in to comment.