Skip to content

Commit

Permalink
Update to curve25519-dalek pre-release (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Feb 14, 2022
1 parent f8e0600 commit 1af4f47
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 @@ -26,7 +26,7 @@ serde = ["generic-array/serde", "serde_"]
std = ["alloc"]

[dependencies]
curve25519-dalek = { version = "3", default-features = false, optional = true }
curve25519-dalek = { version = "=4.0.0-pre.1", default-features = false, optional = true }
derive-where = { version = "=1.0.0-rc.2", features = ["zeroize-on-drop"] }
digest = "0.10"
displaydoc = { version = "0.2", default-features = false }
Expand Down

0 comments on commit 1af4f47

Please sign in to comment.