Skip to content

Commit 51dd7d8

Browse files
authored
ed448 v0.5.0-rc.0 (#1057)
1 parent 7ed5b7c commit 51dd7d8

File tree

2 files changed

+3
-3
lines changed

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

ed448/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ed448"
3-
version = "0.5.0-pre.0"
3+
version = "0.5.0-rc.0"
44
edition = "2024"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"
@@ -18,7 +18,7 @@ keywords = ["crypto", "curve448", "ecc", "signature", "signing"]
1818
rust-version = "1.85"
1919

2020
[dependencies]
21-
signature = { version = "3.0.0-rc.2", default-features = false }
21+
signature = { version = "3.0.0-rc.3", default-features = false }
2222

2323
# optional dependencies
2424
pkcs8 = { version = "0.11.0-rc.6", optional = true }

0 commit comments

Comments
 (0)