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.
2 parents 60dde84 + cfd60be commit b9afa93Copy full SHA for b9afa93
Cargo.toml
@@ -23,7 +23,7 @@ libz-sys = { version = "1.1.20", optional = true, default-features = false }
23
libz-ng-sys = { version = "1.1.16", optional = true }
24
# this matches the default features, but we don't want to depend on the default features staying the same
25
libz-rs-sys = { version = "0.5.1", optional = true, default-features = false, features = ["std", "rust-allocator"] }
26
-cloudflare-zlib-sys = { version = "0.3.5", optional = true }
+cloudflare-zlib-sys = { version = "0.3.6", optional = true }
27
miniz_oxide = { version = "0.8.5", optional = true, default-features = false, features = ["with-alloc", "simd"] }
28
crc32fast = "1.2.0"
29
0 commit comments