aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2025-04-20 16:33:26 -0700
committerJack O'Connor <[email protected]>2025-04-20 16:42:32 -0700
commitdf610ddc3b93841ffc59a87e3da659a15910eb46 (patch)
tree9278cf5d4900d47d1942d277311656bf5b4dfa47 /Cargo.toml
parent21afc1a02f79a1bc8fc14156b0e95c8711c03371 (diff)
version 1.8.21.8.2
Changes since 1.8.1: - Fixes to the CMake build, particularly around the new TBB feature.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5efda24..25ab345 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
-version = "1.8.1"
+version = "1.8.2"
authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"