track Cargo.lock for reproducible builds

Fixes Windows CI failure caused by libz-sys v1.1.26 resolving with
missing vendored zlib sources. Pinning via lockfile prevents future
surprise dependency breakage.
This commit is contained in:
Mick Grove 2026-04-04 08:33:11 -07:00
commit 64d21f0f4c
2 changed files with 10518 additions and 2 deletions

3
.gitignore vendored
View file

@ -71,9 +71,8 @@ bin/
.cargo-home/
.rustup-home/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# Cargo.lock is tracked for reproducible builds (this is a binary project)
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
!fuzz/Cargo.lock
# These are backup files generated by rustfmt

10517
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff