aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2024-07-14 21:57:22 -0700
committerJack O'Connor <[email protected]>2024-07-14 22:01:46 -0700
commitacaeabeff3e051d5396e91732b1fd2f0b2641402 (patch)
tree09852f174fdbe704f4a425ec4ba12f0c07c8d296 /Cargo.toml
parent2ce9b51993b8054829a3246ec0caec27fb76fc74 (diff)
version 1.5.31.5.3
Changes since 1.5.2: - Revert the serialization change. It was intended to be backwards compatible, but that didn't hold for non-self-describing serialization formats like bincode. See #414.
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 71ac872..3235400 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
-version = "1.5.2"
+version = "1.5.3"
authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"