diff options
| author | Jack O'Connor <[email protected]> | 2025-03-30 17:33:10 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-03-30 22:00:46 -0700 |
| commit | 00c2ea974d33d19d91d8de3c12ff8c8eb1fc8dbd (patch) | |
| tree | 2635bcb6495c469a1e2a74c58a48a28b4f7e3662 /Cargo.toml | |
| parent | e1c2ea27fdd717fd924d7b286a125408d7e817f7 (diff) | |
version 1.8.01.8.0
Changes since 1.7.0:
- The Rust crate now provides the `blake3::hazmat` module, which
replaces the undocumented and now deprecated `blake3::guts` module.
This is intended for advanced use cases like Bao and Iroh, which need
to manipulate chunk and subtree "chaining values" directly. See the
module docs for more: https://docs.rs/blake3/1.8.0/blake3/hazmat
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "blake3" -version = "1.7.0" +version = "1.8.0" authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" |
