We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4c733 commit fc06575Copy full SHA for fc06575
Cargo.toml
@@ -26,7 +26,7 @@ required-features = ["zlib-rs"]
26
libz-sys = { version = "1.1.20", optional = true, default-features = false }
27
libz-ng-sys = { version = "1.1.16", optional = true }
28
# this matches the default features, but we don't want to depend on the default features staying the same
29
-zlib-rs = { version = "0.5.3", optional = true, default-features = false, features = ["std", "rust-allocator"] }
+zlib-rs = { version = "0.5.4", optional = true, default-features = false, features = ["std", "rust-allocator"] }
30
cloudflare-zlib-sys = { version = "0.3.6", optional = true }
31
## This implementation uses only safe Rust code and doesn't require a C compiler.
32
## It provides good performance for most use cases while being completely portable.
0 commit comments