Skip to content

Commit f19ebc3

Browse files
authored
Merge pull request diffblue#7664 from NlightNFotis/remove_cargo_lock
Remove `Cargo.lock` as recommended by Rust docs.
2 parents 00f1d72 + dcf69f0 commit f19ebc3

File tree

3 files changed

+4
-174
lines changed

3 files changed

+4
-174
lines changed

src/libcprover-rust/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Ignore build artefacts folder
22
target/
3+
4+
# Ignore Cargo.lock as recommended by Rust docs
5+
Cargo.lock

src/libcprover-rust/Cargo.lock

Lines changed: 0 additions & 173 deletions
This file was deleted.

src/libcprover-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Rust API for CBMC and assorted CProver tools"
66
repository = "https://github.com/diffblue/cbmc"
77
documentation = "https://diffblue.github.io/cbmc/"
88
license = "BSD-4-Clause"
9-
exclude = ["module_dependencies.txt"]
9+
exclude = ["module_dependencies.txt", "Cargo.lock"]
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

0 commit comments

Comments
 (0)