aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2022-11-26 00:27:49 -0500
committerJack O'Connor <[email protected]>2022-11-26 00:31:40 -0500
commit67e4d04a3c025288ecb1276800d435577e2008bd (patch)
treeb12041dffd47363e87fdad43b50bfe1aa1710d43 /Cargo.toml
parent342f9f8067aa08b65e94d34710a417a498de66a8 (diff)
version 1.3.31.3.3
Changes since 1.3.2: - Fix incorrect output from AVX-512 intrinsics under GCC 5.4 and 6.1 in debug mode. This bug was found in unit tests and probably doesn't affect the public API in practice. See https://github.com/BLAKE3-team/BLAKE3/issues/271.
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 e38ee5b..d3e4371 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
-version = "1.3.2"
+version = "1.3.3"
authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"