fix(discv5): add missing rand feature for test compilation (#21749)

This commit is contained in:
John Chase
2026-02-03 22:37:39 +08:00
committed by GitHub
parent 7f970e136a
commit b1b95f9825

View File

@@ -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