Skip to content

Commit

Permalink
Bump zstd to 0.13.0
Browse files Browse the repository at this point in the history
Changes:
* Bump zstd-safe to 7.0.0.
* Fix potential buffer overflow (#231).
* Some doc improvement.
  • Loading branch information
gyscos committed Oct 11, 2023
1 parent 6ae83b9 commit 9d7b44a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"]}
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ cargo add zstd
# Cargo.toml

[dependencies]
zstd = "0.12"
zstd = "0.13"
```

## 2 - Usage
Expand Down

0 comments on commit 9d7b44a

Please sign in to comment.