Skip to content

Commit

Permalink
Enable ed25519-dalek/rand_core.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Aug 9, 2024
1 parent 48aa103 commit 862f089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rand_old = { package = "rand", version = "0.7", optional = true }
getrandom = { workspace = true, optional = true } # Required for wasm targets.
sha2_old = { package = "sha2", version = "0.8", optional = true }
keccak-hash = { version = "0.7", optional = true }
ed25519-dalek = { workspace = true, optional = true }
ed25519-dalek = { workspace = true, optional = true, features = ["rand_core"] }
ripemd160 = { version = "0.9", optional = true }
bbs = { version = "=0.4.1", optional = true }
pairing-plus = { version = "=0.19.0", optional = true }
Expand Down

0 comments on commit 862f089

Please sign in to comment.