Skip to content

Commit

Permalink
Bump curve25519-dalek to v4 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Jul 24, 2023
1 parent eafa134 commit 0fdfdfd
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 @@ -21,7 +21,7 @@ serde = ["generic-array/serde", "dep:serde"]
std = ["alloc"]

[dependencies]
curve25519-dalek = { version = "=4.0.0-rc.3", default-features = false, features = [
curve25519-dalek = { version = "4", default-features = false, features = [
"rand_core",
"zeroize",
], optional = true }
Expand Down

0 comments on commit 0fdfdfd

Please sign in to comment.