feat: add std feature to network-peers (#13078)

This commit is contained in:
Matthias Seitz
2024-12-02 21:56:21 +01:00
committed by GitHub
parent 156984b377
commit 65193bdaf3
9 changed files with 49 additions and 23 deletions

View File

@ -58,5 +58,6 @@ std = [
"alloy-primitives/std",
"reth-primitives-traits/std",
"alloy-consensus/std",
"derive_more/std"
"derive_more/std",
"reth-network-peers/std"
]