Skip to content

Commit

Permalink
Merge pull request #698 from wcampbell0x2a/zlib-ng-fix-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a authored Jan 21, 2025
2 parents 1f96951 + cf42d5e commit eb0b957
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions backhand/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ xxhash-rust = { version = "0.8.12", features = ["xxh64"] }
solana-nohash-hasher = "0.2.1"
# Use the fastest implementation (libz-ng) for flate2 but remove dependence on CMake
libz-sys = { version = "1.1.20", features = ["zlib-ng-no-cmake-experimental-community-maintained"], default-features = false }
# Temporary workaround for https://github.com/rust-lang/libz-sys/issues/225
libz-ng-sys = { version = "<1.1.20", optional = true }

[features]
default = ["xz", "gzip", "zstd"]
Expand Down

0 comments on commit eb0b957

Please sign in to comment.