mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
fix(discv5): add missing rand feature for test compilation (#21749)
This commit is contained in:
@@ -41,6 +41,7 @@ metrics.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
reth-tracing.workspace = true
|
||||
alloy-primitives = { workspace = true, features = ["rand"] }
|
||||
tokio = { workspace = true, features = ["rt-multi-thread"] }
|
||||
secp256k1 = { workspace = true, features = ["std", "rand"] }
|
||||
rand_08.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user