Skip to content

Commit cc5ed7f

Browse files
Bump miniz_oxide to 0.6 (#317)
1 parent 37252dd commit cc5ed7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ and raw deflate streams.
2020
libz-sys = { version = "1.1.8", optional = true, default-features = false }
2121
libz-ng-sys = { version = "1.1.8", optional = true }
2222
cloudflare-zlib-sys = { version = "0.3.0", optional = true }
23-
miniz_oxide = { version = "0.5.0", optional = true, default-features = false }
23+
miniz_oxide = { version = "0.6.0", optional = true, default-features = false, features = ["with-alloc"] }
2424
crc32fast = "1.2.0"
2525

2626
[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
27-
miniz_oxide = { version = "0.5.0", default-features = false }
27+
miniz_oxide = { version = "0.6.0", default-features = false, features = ["with-alloc"] }
2828

2929
[dev-dependencies]
3030
rand = "0.8"

0 commit comments

Comments
 (0)