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