keccak v0.2.0-rc.2 (#111)

This commit is contained in:
Tony Arcieri 2026-02-26 10:56:38 -07:00 committed by GitHub
parent 38d10d2194
commit cf29ae32c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -24,7 +24,7 @@ dependencies = [
[[package]]
name = "keccak"
version = "0.2.0-rc.1"
version = "0.2.0-rc.2"
dependencies = [
"cpufeatures",
]

View File

@ -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