Skip to content

Commit

Permalink
Bump miniz-oxide to prevent assertion failure (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
softdevca committed Feb 2, 2023
1 parent 6d8a1fd commit a9000e1
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.6.0", optional = true, default-features = false, features = ["with-alloc"] }
miniz_oxide = { version = "0.7.1", 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.6.0", default-features = false, features = ["with-alloc"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }

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

0 comments on commit a9000e1

Please sign in to comment.