Skip to content

Commit

Permalink
Downgrade libz-ng-sys for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Jan 21, 2025
1 parent 9a19f43 commit cf42d5e
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 cf42d5e

Please sign in to comment.