From acaeabeff3e051d5396e91732b1fd2f0b2641402 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Sun, 14 Jul 2024 21:57:22 -0700 Subject: version 1.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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 ", "Samuel Neves"] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" -- cgit v1.2.3