Skip to content

Commit

Permalink
Fix feature propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Feb 4, 2025
1 parent 55a70f8 commit 7a2cbfe
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions crates/net/p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

0 comments on commit 7a2cbfe

Please sign in to comment.