Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Thiel <sebastian.thiel@icloud.com>
  • Loading branch information
Shnatsel and Byron committed Sep 26, 2024
1 parent 1f78c5c commit 731df32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ exclude = [".*"]
[dependencies]
libz-sys = { version = "1.1.20", optional = true, default-features = false }
libz-ng-sys = { version = "1.1.16", optional = true }
libz-rs-sys = { version = "0.3.0", optional = true, default-features = false, features = ["std", "rust-allocator"] } # this matches the default features, but we don't want to depend on the default features staying the same
# this matches the default features, but we don't want to depend on the default features staying the same
libz-rs-sys = { version = "0.3.0", optional = true, default-features = false, features = ["std", "rust-allocator"] }
cloudflare-zlib-sys = { version = "0.3.0", optional = true }
miniz_oxide = { version = "0.8.0", optional = true, default-features = false, features = ["with-alloc"] }
crc32fast = "1.2.0"
Expand Down

0 comments on commit 731df32

Please sign in to comment.