From cf29ae32c6189b631986a674dc8fdef0443eada3 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 26 Feb 2026 10:56:38 -0700 Subject: [PATCH] keccak v0.2.0-rc.2 (#111) --- Cargo.lock | 2 +- keccak/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1cfd201..4c1736f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,7 +24,7 @@ dependencies = [ [[package]] name = "keccak" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" dependencies = [ "cpufeatures", ] diff --git a/keccak/Cargo.toml b/keccak/Cargo.toml index 9af4588..91930a4 100644 --- a/keccak/Cargo.toml +++ b/keccak/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keccak" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" description = """ Pure Rust implementation of the Keccak sponge function including the keccak-f and keccak-p variants