Skip to content

Commit

Permalink
Bump zstd-sys to 2.0.9
Browse files Browse the repository at this point in the history
Changes since 2.0.8:
* Fix build on wasm32 using default features
* Fix allocation issues in wasm32
* Use core::ffi rather than libc type aliases
* Include zstd error methods and types in experimental bindings
* Update bindgen from 0.64 to 0.68
  • Loading branch information
gyscos committed Oct 11, 2023
1 parent ba0e851 commit fa3e7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zstd-safe/zstd-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ links = "zstd"
name = "zstd-sys"
readme = "Readme.md"
repository = "https://github.com/gyscos/zstd-rs"
version = "2.0.8+zstd.1.5.5"
version = "2.0.9+zstd.1.5.5"
edition = "2018"
rust-version = "1.64"

Expand Down

0 comments on commit fa3e7e5

Please sign in to comment.