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

@ -57,5 +57,6 @@ std = [
"reth-optimism-forks/std",
"alloy-consensus/std",
"once_cell/std",
"derive_more/std"
"derive_more/std",
"reth-network-peers/std"
]