Skip to content

Commit 74e5e12

Browse files
authored
signature v3.0.0-rc.0 (#1872)
1 parent d0b5358 commit 74e5e12

File tree

4 files changed

+5
-5
lines changed

4 files changed

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

async-signature/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]
1313
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
1414

1515
[dependencies]
16-
signature = "=3.0.0-pre"
16+
signature = "3.0.0-rc.0"
1717

1818
[features]
1919
digest = ["signature/digest"]

crypto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ crypto-common = { version = "0.2.0-rc.3", path = "../crypto-common", default-fea
1919
aead = { version = "0.6.0-rc.0", path = "../aead", optional = true }
2020
cipher = { version = "0.5.0-pre.7", path = "../cipher", optional = true }
2121
digest = { version = "0.11.0-rc.0", path = "../digest", optional = true, features = ["mac"] }
22-
elliptic-curve = { version = "0.14.0-rc.1", path = "../elliptic-curve", optional = true }
22+
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 }
24-
signature = { version = "=3.0.0-pre", path = "../signature", optional = true, default-features = false }
24+
signature = { version = "3.0.0-rc.0", path = "../signature", optional = true, default-features = false }
2525
universal-hash = { version = "0.6.0-rc.0", path = "../universal-hash", optional = true }
2626

2727
[features]

signature/Cargo.toml

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

0 commit comments

Comments
 (0)