Skip to content

Commit

Permalink
ed25519 v2.3.0-pre.0 (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jul 28, 2024
1 parent 6d60ba0 commit dccd5aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ed25519/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ed25519"
version = "2.3.0-pre"
version = "2.3.0-pre.0"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
description = """
Expand All @@ -22,7 +22,7 @@ rust-version = "1.72"
signature = { version = "=2.3.0-pre.4", default-features = false }

# optional dependencies
pkcs8 = { version = "=0.11.0-rc.0", optional = true }
pkcs8 = { version = "0.11.0-rc.0", optional = true }
serde = { version = "1", optional = true, default-features = false }
serde_bytes = { version = "0.11", optional = true }
zeroize = { version = "1", optional = true, default-features = false }
Expand Down

0 comments on commit dccd5aa

Please sign in to comment.