diff --git a/Cargo.toml b/Cargo.toml index feb8dc26..d530317c 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.12.4" +version = "0.13.0" exclude = ["assets/*.zst", "/.github"] readme = "Readme.md" edition = "2018" @@ -20,7 +20,7 @@ features = ["experimental", "zstdmt", "zdict_builder", "doc-cfg"] travis-ci = { repository = "gyscos/zstd-rs" } [dependencies] -zstd-safe = { path = "zstd-safe", version = "6.0.3", default-features = false, features = ["std"] } +zstd-safe = { path = "zstd-safe", version = "7.0.0", default-features = false, features = ["std"] } [dev-dependencies] clap = {version = "4.0", features=["derive"]} diff --git a/Readme.md b/Readme.md index af5744fe..320889fb 100644 --- a/Readme.md +++ b/Readme.md @@ -23,7 +23,7 @@ $ cargo add zstd # Cargo.toml [dependencies] -zstd = "0.12" +zstd = "0.13" ``` ## 2 - Usage