From b1b95f9825602a743fcaf870dcfcac42c79801b0 Mon Sep 17 00:00:00 2001 From: John Chase <68833933+joohhnnn@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:37:39 +0800 Subject: [PATCH] fix(discv5): add missing `rand` feature for test compilation (#21749) --- crates/net/discv5/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/net/discv5/Cargo.toml b/crates/net/discv5/Cargo.toml index 7c3dfa2009..f1a54f5c88 100644 --- a/crates/net/discv5/Cargo.toml +++ b/crates/net/discv5/Cargo.toml @@ -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