From 8d35f26db9e2b53ed1d55cb2e400a28375344088 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 5 Feb 2025 13:01:39 +0100 Subject: [PATCH] chore: enable rand in test utils (#14234) --- crates/net/p2p/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/net/p2p/Cargo.toml b/crates/net/p2p/Cargo.toml index eb49c24f4b..292753d45c 100644 --- a/crates/net/p2p/Cargo.toml +++ b/crates/net/p2p/Cargo.toml @@ -50,6 +50,7 @@ test-utils = [ "reth-network-types/test-utils", "reth-primitives/test-utils", "reth-primitives-traits/test-utils", + "alloy-primitives/rand", ] std = [ "reth-consensus/std",