From 34f442a0572878aa462ee02bb88c6b39d5241c65 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 27 Jul 2024 12:52:30 -0600 Subject: [PATCH] blake2 v0.11.0-pre.4 --- Cargo.lock | 2 +- blake2/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81a07907..11fa33a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,7 +47,7 @@ dependencies = [ [[package]] name = "blake2" -version = "0.11.0-pre.3" +version = "0.11.0-pre.4" dependencies = [ "base16ct", "digest", diff --git a/blake2/Cargo.toml b/blake2/Cargo.toml index 76950cac..6245f8b3 100644 --- a/blake2/Cargo.toml +++ b/blake2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blake2" -version = "0.11.0-pre.3" +version = "0.11.0-pre.4" description = "BLAKE2 hash functions" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"