aboutsummaryrefslogtreecommitdiff
path: root/b3sum/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2025-04-02 23:06:46 -0700
committerJack O'Connor <[email protected]>2025-04-02 23:08:46 -0700
commitad639b126ef9b5f3b131093363cc3bb6bba4c3bf (patch)
tree5f30236dfabbd0a07d67ca331ae7b58555aa5268 /b3sum/Cargo.toml
parentd81fd85c8c13c6977d0a2dca1241d1315a4a9943 (diff)
version 1.8.11.8.1
Changes since 1.8.0: - [CMake] Fix transitive dependencies for TBB when libblake3 is built with BLAKE3_USE_TBB=1 (#460 and #461).
Diffstat (limited to 'b3sum/Cargo.toml')
-rw-r--r--b3sum/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/b3sum/Cargo.toml b/b3sum/Cargo.toml
index e90b32f..edc254a 100644
--- a/b3sum/Cargo.toml
+++ b/b3sum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "b3sum"
-version = "1.8.0"
+version = "1.8.1"
authors = ["Jack O'Connor <[email protected]>"]
description = "a command line implementation of the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
@@ -15,7 +15,7 @@ pure = ["blake3/pure"]
[dependencies]
anyhow = "1.0.25"
-blake3 = { version = "1.8.0", path = "..", features = ["mmap", "rayon"] }
+blake3 = { version = "1.8.1", path = "..", features = ["mmap", "rayon"] }
clap = { version = "4.0.8", features = ["derive", "wrap_help"] }
hex = "0.4.0"
rayon-core = "1.12.1"