Skip to content

Commit 7f5cddd

Browse files
committed
fix: track Cargo.lock for reproducible builds
Binary projects should track Cargo.lock to ensure reproducible builds. This is especially important for Docker builds and CI.
1 parent 5ec260b commit 7f5cddd

File tree

2 files changed

+3309
-1
lines changed

2 files changed

+3309
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Rust build artifacts
22
target/
3-
Cargo.lock
43

54
# IDE files
65
.idea/

0 commit comments

Comments
 (0)