Skip to content

Commit 94e7b3e

Browse files
sionsmithclaude
andcommitted
fix: Track Cargo.lock for reproducible builds and Docker
Binary projects should commit Cargo.lock to ensure reproducible builds. This fixes the Docker build which requires Cargo.lock. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5da280b commit 94e7b3e

3 files changed

Lines changed: 3263 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Rust build artifacts
22
/target/
33
**/*.rs.bk
4-
Cargo.lock
54

65
# IDE
76
.idea/

0 commit comments

Comments
 (0)