diff --git a/Cargo.toml b/Cargo.toml index a89cf533..ca843570 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ categories = ["compression", "api-bindings"] license = "MIT" name = "zstd" repository = "https://github.com/gyscos/zstd-rs" -version = "0.10.1+zstd.1.5.2" +version = "0.11.0+zstd.1.5.2" exclude = ["assets/*.zst"] readme = "Readme.md" edition = "2018" @@ -19,7 +19,7 @@ features = ["experimental", "zstdmt", "zdict_builder", "doc-cfg"] travis-ci = { repository = "gyscos/zstd-rs" } [dependencies] -zstd-safe = { path = "zstd-safe", version = "=4.1.5", default-features = false, features = ["std"] } +zstd-safe = { path = "zstd-safe", version = "=5.0.0", default-features = false, features = ["std"] } [dev-dependencies] clap = "3.0" diff --git a/Readme.md b/Readme.md index e1f05bab..1cbd9c14 100644 --- a/Readme.md +++ b/Readme.md @@ -24,7 +24,7 @@ $ cargo add zstd # Cargo.toml [dependencies] -zstd = "0.10" +zstd = "0.11" ``` ## 2 - Usage diff --git a/zstd-safe/Cargo.toml b/zstd-safe/Cargo.toml index 96550b6c..e8373c11 100644 --- a/zstd-safe/Cargo.toml +++ b/zstd-safe/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Alexandre Bury "] name = "zstd-safe" build = "build.rs" -version = "4.1.5+zstd.1.5.2" +version = "5.0.0+zstd.1.5.2" description = "Safe low-level bindings for the zstd compression library." keywords = ["zstd", "zstandard", "compression"] categories = ["api-bindings", "compression"] @@ -15,7 +15,7 @@ edition = "2018" features = ["experimental", "arrays", "std", "zdict_builder", "doc-cfg"] [dependencies] -zstd-sys = { path = "zstd-sys", version = "=1.6.4", default-features = false } +zstd-sys = { path = "zstd-sys", version = "=2.0.0", default-features = false } libc = "0.2.21" [features] diff --git a/zstd-safe/zstd-sys/Cargo.toml b/zstd-safe/zstd-sys/Cargo.toml index 7140d94e..4a8ba840 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 = "1.6.4+zstd.1.5.2" +version = "2.0.0+zstd.1.5.2" edition = "2018" # Use include instead of exclude, as a (temporary)