Skip to content

Commit

Permalink
Bump miniz_oxide to 0.6 (rust-lang#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored Sep 6, 2022
1 parent 37252dd commit cc5ed7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ and raw deflate streams.
libz-sys = { version = "1.1.8", optional = true, default-features = false }
libz-ng-sys = { version = "1.1.8", optional = true }
cloudflare-zlib-sys = { version = "0.3.0", optional = true }
miniz_oxide = { version = "0.5.0", optional = true, default-features = false }
miniz_oxide = { version = "0.6.0", optional = true, default-features = false, features = ["with-alloc"] }
crc32fast = "1.2.0"

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

[dev-dependencies]
rand = "0.8"
Expand Down

0 comments on commit cc5ed7f

Please sign in to comment.