Skip to content

Commit 2164b72

Browse files
authored
ed25519 v3.0.0-rc.0 (#1053)
1 parent 6375b4d commit 2164b72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ed25519/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ed25519"
3-
version = "3.0.0-pre.0"
3+
version = "3.0.0-rc.0"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = """
@@ -18,7 +18,7 @@ edition = "2024"
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)