Skip to content

Commit

Permalink
deps force min safe version of ed25519-dalek (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian authored Aug 31, 2023
1 parent ddd9937 commit 8ef1566
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 @@ -23,7 +23,7 @@ sha3 = "0.10"
k256 = { version = "0.13", features = ["ecdsa"], optional = true }
serde = { version = "1.0.110", features = ["derive"], optional = true }
serde-hex = { version = "0.1.0", optional = true}
ed25519-dalek = { version = "2.0.0-pre.0", optional = true, features = ["rand_core"] }
ed25519-dalek = { version = "2.0.0", optional = true, features = ["rand_core"] }
secp256k1 = { version = "0.27", optional = true, default-features = false, features = [
"global-context",
] }
Expand Down

0 comments on commit 8ef1566

Please sign in to comment.