Skip to content

Commit

Permalink
polkadot: remove duplicate rand_core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Dec 8, 2023
1 parent f225bab commit 91b4085
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions polkadot/node/core/approval-voting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ sp-consensus = { path = "../../../../substrate/primitives/consensus/common", def
sp-consensus-slots = { path = "../../../../substrate/primitives/consensus/slots", default-features = false }
sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto", default-features = false, features = ["full_crypto"] }
sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false }
# should match schnorrkel
rand_core = "0.6.2"
rand_chacha = { version = "0.3.1" }
rand = "0.8.5"

[dev-dependencies]
async-trait = "0.1.57"
parking_lot = "0.12.0"
# rand_core should match schnorrkel
rand_core = "0.6.2"
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
sp-keystore = { path = "../../../../substrate/primitives/keystore" }
sp-core = { path = "../../../../substrate/primitives/core" }
Expand Down

0 comments on commit 91b4085

Please sign in to comment.