Do no use feature secp256k/rand-std in project level Cargo.toml (#7378)

This commit is contained in:
Nikolai Golub
2024-03-28 16:39:00 +01:00
committed by GitHub
parent bd2945a988
commit 43c72b022c
3 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
secp256k1.workspace = true
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
tokio.workspace = true
reth-network.workspace = true
reth-primitives.workspace = true