Skip to content

Commit

Permalink
Bump ed25519 crate to v2.0.0-rc.0 (dalek-cryptography#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jan 7, 2023
1 parent f036eaf commit 461a2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ features = ["nightly", "batch", "pkcs8"]

[dependencies]
curve25519-dalek = { version = "=4.0.0-pre.3", default-features = false, features = ["digest", "rand_core"] }
ed25519 = { version = "=2.0.0-pre.1", default-features = false }
ed25519 = { version = "=2.0.0-rc.0", default-features = false }
merlin = { version = "3", default-features = false, optional = true }
rand = { version = "0.8", default-features = false, optional = true }
rand_core = { version = "0.6.4", default-features = false, optional = true }
Expand Down

0 comments on commit 461a2d7

Please sign in to comment.