From 4ad1752053228c29cf4effdd55d6be321e21691a Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 19 Jan 2024 15:05:15 -0700 Subject: [PATCH] whirlpool v0.11.0-pre.2 --- Cargo.lock | 2 +- fsb/Cargo.toml | 2 +- whirlpool/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9654131..ebfec160 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,7 +350,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "whirlpool" -version = "0.11.0-pre" +version = "0.11.0-pre.2" dependencies = [ "digest", "hex-literal", diff --git a/fsb/Cargo.toml b/fsb/Cargo.toml index 6d8e3dca..4081ccd1 100644 --- a/fsb/Cargo.toml +++ b/fsb/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.71" [dependencies] digest = "=0.11.0-pre.7" -whirlpool = { version = "=0.11.0-pre", path = "../whirlpool", default-features = false } +whirlpool = { version = "=0.11.0-pre.2", path = "../whirlpool", default-features = false } [dev-dependencies] digest = { version = "=0.11.0-pre.7", features = ["dev"] } diff --git a/whirlpool/Cargo.toml b/whirlpool/Cargo.toml index 381e7776..a0cda606 100644 --- a/whirlpool/Cargo.toml +++ b/whirlpool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whirlpool" -version = "0.11.0-pre" +version = "0.11.0-pre.2" description = "Whirlpool hash function" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"