From 7a2cbfe99cf845d902d925d03f3a4798789613fb Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Tue, 4 Feb 2025 14:25:28 +0100 Subject: [PATCH] Fix feature propagation --- crates/net/p2p/Cargo.toml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/crates/net/p2p/Cargo.toml b/crates/net/p2p/Cargo.toml index eb49c24f4b44..609babef0e67 100644 --- a/crates/net/p2p/Cargo.toml +++ b/crates/net/p2p/Cargo.toml @@ -52,12 +52,13 @@ test-utils = [ "reth-primitives-traits/test-utils", ] std = [ - "reth-consensus/std", - "reth-primitives/std", - "alloy-eips/std", - "alloy-primitives/std", - "reth-primitives-traits/std", - "alloy-consensus/std", - "derive_more/std", - "reth-network-peers/std", + "reth-consensus/std", + "reth-primitives/std", + "alloy-eips/std", + "alloy-primitives/std", + "reth-primitives-traits/std", + "alloy-consensus/std", + "derive_more/std", + "reth-network-peers/std", + "tracing/std" ]