forked from mirrors/kingfisher
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:
parent
a7b8711c5c
commit
64d21f0f4c
2 changed files with 10518 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
10517
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue