Skip to content

Commit 30f3c7e

Browse files
committed
cargo: track lock file
To enable reproducible builds (with Nix), Cargo.lock needs to be tracked in version control.
1 parent 8f24500 commit 30f3c7e

File tree

2 files changed

+1754
-1
lines changed

2 files changed

+1754
-1
lines changed

vmicore/rust_src/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/target/
2-
Cargo.lock
2+
# For reproducible builds with Nix, we must check the file in, although it is a
3+
# library.
4+
# Cargo.lock

0 commit comments

Comments
 (0)