From c38787b7abd8dd10412972941d077df54c95a4bb Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 7 Feb 2024 13:50:59 -0700 Subject: [PATCH] blake2 v0.11.0-pre.3 (#560) Note that the first release is `pre.3` so as to sync versions with the other crates which have already received prereleases. cc @baloo --- Cargo.lock | 2 +- blake2/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2a57a2a..6d42be8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ dependencies = [ [[package]] name = "blake2" -version = "0.11.0-pre" +version = "0.11.0-pre.3" dependencies = [ "digest", "hex-literal", diff --git a/blake2/Cargo.toml b/blake2/Cargo.toml index d1673c99..92943f0a 100644 --- a/blake2/Cargo.toml +++ b/blake2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blake2" -version = "0.11.0-pre" +version = "0.11.0-pre.3" description = "BLAKE2 hash functions" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"