Skip to content

Commit

Permalink
Bump zstd-safe to 7.0.0
Browse files Browse the repository at this point in the history
Changes:
* `OutBuffer::dst` is no longer public.
* Added `OutBuffer::as_mut_ptr` and `OutBuffer::capacity`.
* Replaced libc with core::ffi for type aliases.
  • Loading branch information
gyscos committed Oct 11, 2023
1 parent fa3e7e5 commit 6ae83b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zstd-safe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Alexandre Bury <[email protected]>"]
name = "zstd-safe"
build = "build.rs"
version = "6.0.6"
version = "7.0.0"
description = "Safe low-level bindings for the zstd compression library."
keywords = ["zstd", "zstandard", "compression"]
categories = ["api-bindings", "compression"]
Expand Down

0 comments on commit 6ae83b9

Please sign in to comment.