Skip to content

Commit 95a176c

Browse files
authored
Cut new prereleases (#90)
Releases the following: - `ascon` v0.5.0-rc.0 - `keccak` v0.2.0-rc.0
1 parent 2bc1c38 commit 95a176c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ascon/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ascon"
3-
version = "0.5.0-pre"
3+
version = "0.5.0-rc.0"
44
description = "Pure Rust implementation of the Ascon permutation"
55
authors = [
66
"Sebastian Ramacher <sebastian.ramacher@ait.ac.at>",
@@ -17,7 +17,7 @@ edition = "2024"
1717
rust-version = "1.85"
1818

1919
[dependencies]
20-
zeroize = { version = "1.6.0", default-features = false, optional = true }
20+
zeroize = { version = "1.6", default-features = false, optional = true }
2121

2222
[features]
2323
no_unroll = [] # Do not unroll loops for binary size reduction

keccak/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "keccak"
3-
version = "0.2.0-pre.0"
3+
version = "0.2.0-rc.0"
44
description = """
55
Pure Rust implementation of the Keccak sponge function including the keccak-f
66
and keccak-p variants

0 commit comments

Comments
 (0)