From b67665f9bb592329c17e711fb92aed8a245e1046 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 16 Jan 2024 19:13:55 +0000 Subject: [PATCH] keccak v0.2.0-pre.0 (#71) --- Cargo.lock | 2 +- keccak/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12d4d41..6c94da6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ dependencies = [ [[package]] name = "keccak" -version = "0.2.0-pre" +version = "0.2.0-pre.0" dependencies = [ "cpufeatures", ] diff --git a/keccak/Cargo.toml b/keccak/Cargo.toml index 2ff2234..8897ead 100644 --- a/keccak/Cargo.toml +++ b/keccak/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keccak" -version = "0.2.0-pre" +version = "0.2.0-pre.0" description = """ Pure Rust implementation of the Keccak sponge function including the keccak-f and keccak-p variants