Skip to content

Commit 034329f

Browse files
authored
aead v0.6.0-rc.4 (#2138)
This includes the changes needed for the `Generate` trait to work
1 parent 0cfefa9 commit 034329f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aead/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aead"
3-
version = "0.6.0-rc.3"
3+
version = "0.6.0-rc.4"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
@@ -16,7 +16,7 @@ such as AES-GCM as ChaCha20Poly1305, which provide a high-level API
1616
"""
1717

1818
[dependencies]
19-
crypto-common = { version = "0.2.0-rc.5", path = "../crypto-common" }
19+
crypto-common = { version = "0.2.0-rc.6", path = "../crypto-common" }
2020
inout = "0.2"
2121

2222
# optional dependencies

0 commit comments

Comments
 (0)