Skip to content

Commit

Permalink
bump ed25519 to pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 6, 2024
1 parent 371c1c6 commit c557549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ed25519-dalek/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ features = ["batch", "digest", "hazmat", "pem", "serde"]

[dependencies]
curve25519-dalek = { version = "=4.2.0-pre", path = "../curve25519-dalek", default-features = false, features = ["digest"] }
ed25519 = { version = ">=2.2, <2.3", default-features = false }
ed25519 = { version = "=2.3.0-pre", default-features = false }
signature = { version = ">=2.0, <2.3", optional = true, default-features = false }
sha2 = { version = "=0.11.0-pre.3", default-features = false }
subtle = { version = "2.3.0", default-features = false }
Expand Down

0 comments on commit c557549

Please sign in to comment.