feat: feature gate tokio::net lookup (#9289)

This commit is contained in:
Matthias Seitz
2024-07-04 12:16:39 +02:00
committed by GitHub
parent 27ed81317f
commit afe86895ff
4 changed files with 10 additions and 2 deletions

View File

@ -30,7 +30,7 @@ reth-storage-api.workspace = true
reth-provider = { workspace = true, optional = true }
reth-tokio-util.workspace = true
reth-consensus.workspace = true
reth-network-peers.workspace = true
reth-network-peers = { workspace = true, features = ["net"] }
reth-network-types.workspace = true
# ethereum