Skip to content

Commit f9ab27c

Browse files
authored
cipher v0.5.0-rc.0 (#1874)
1 parent 4e0c383 commit f9ab27c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.

cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cipher"
3-
version = "0.5.0-pre.8"
3+
version = "0.5.0-rc.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crypto-common = { version = "0.2.0-rc.3", path = "../crypto-common", default-fea
1717

1818
# optional dependencies
1919
aead = { version = "0.6.0-rc.0", path = "../aead", optional = true }
20-
cipher = { version = "0.5.0-pre.7", path = "../cipher", optional = true }
20+
cipher = { version = "0.5.0-rc.0", path = "../cipher", optional = true }
2121
digest = { version = "0.11.0-rc.0", path = "../digest", optional = true, features = ["mac"] }
2222
elliptic-curve = { version = "0.14.0-rc.2", path = "../elliptic-curve", optional = true }
2323
password-hash = { version = "0.6.0-rc.0", path = "../password-hash", optional = true }

0 commit comments

Comments
 (0)