Skip to content

Commit 18568d0

Browse files
committed
Add Cargo.lock to the git repository
It is recommended[1] for binaries to include Cargo.lock files in their respective git repositories. [1]: https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
1 parent 3aef8f4 commit 18568d0

2 files changed

Lines changed: 1108 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
**/*.rs.bk
22
.#*
33
.gdb_history
4-
Cargo.lock
54
target/
65

76
# editor files
@@ -10,4 +9,4 @@ target/
109
!.vscode/*.svd
1110
!.vscode/launch.json
1211
!.vscode/tasks.json
13-
!.vscode/extensions.json
12+
!.vscode/extensions.json

0 commit comments

Comments
 (0)