From fa3e7e5d279e06e8cc2de624131eb4ef9bb3e7f2 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 11 Oct 2023 11:36:55 -0400 Subject: [PATCH] Bump zstd-sys to 2.0.9 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 --- zstd-safe/zstd-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zstd-safe/zstd-sys/Cargo.toml b/zstd-safe/zstd-sys/Cargo.toml index 49e8dfe5..60ea4c2d 100644 --- a/zstd-safe/zstd-sys/Cargo.toml +++ b/zstd-safe/zstd-sys/Cargo.toml @@ -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"