Skip to content

Commit

Permalink
Merge pull request #420 from oyvindln/update_miniz_oxide
Browse files Browse the repository at this point in the history
update miniz_oxide dependency to 0.8.x
  • Loading branch information
Byron authored Aug 13, 2024
2 parents 01c3f03 + 079473d commit dc6cab4
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 @@ -22,11 +22,11 @@ libz-sys = { version = "1.1.8", optional = true, default-features = false }
libz-ng-sys = { version = "1.1.8", optional = true }
libz-rs-sys = { version = "0.2.1", optional = true, default-features = false, features = ["std", "rust-allocator"] }
cloudflare-zlib-sys = { version = "0.3.0", optional = true }
miniz_oxide = { version = "0.7.1", optional = true, default-features = false, features = ["with-alloc"] }
miniz_oxide = { version = "0.8.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.7.1", default-features = false, features = ["with-alloc"] }
miniz_oxide = { version = "0.8.0", default-features = false, features = ["with-alloc"] }

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

0 comments on commit dc6cab4

Please sign in to comment.