Skip to content

Commit

Permalink
Bump curve25519-dalek to v4.0.0-rc.3 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Jun 26, 2023
1 parent f79ebf9 commit 209b957
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.2", default-features = false, features = [
curve25519-dalek = { version = "=4.0.0-rc.3", default-features = false, features = [
"rand_core",
"zeroize",
], optional = true }
Expand Down

0 comments on commit 209b957

Please sign in to comment.