Skip to content

Commit 2d2d2db

Browse files
committed
Release ghash v0.6.0, poly1305 v0.9.0, and polyval v0.7.0
1 parent 1a58f24 commit 2d2d2db

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.

ghash/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ghash"
3-
version = "0.6.0-rc.6"
3+
version = "0.6.0"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = """
@@ -16,7 +16,7 @@ rust-version = "1.85"
1616
edition = "2024"
1717

1818
[dependencies]
19-
polyval = { version = "0.7.0-rc.8", features = ["hazmat"] }
19+
polyval = { version = "0.7", features = ["hazmat"] }
2020

2121
# optional dependencies
2222
zeroize = { version = "1", optional = true, default-features = false }

poly1305/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "poly1305"
3-
version = "0.9.0-rc.6"
3+
version = "0.9.0"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = "The Poly1305 universal hash function and message authentication code"

polyval/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polyval"
3-
version = "0.7.0-rc.9"
3+
version = "0.7.0"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = """

0 commit comments

Comments
 (0)