keccak v0.2.0-pre.0 (#71)

This commit is contained in:
Tony Arcieri 2024-01-16 19:13:55 +00:00 committed by GitHub
parent 8b74c7fc1a
commit b67665f9bb
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

@ -20,7 +20,7 @@ dependencies = [
[[package]]
name = "keccak"
version = "0.2.0-pre"
version = "0.2.0-pre.0"
dependencies = [
"cpufeatures",
]

View File

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