mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: feature gate tokio::net lookup (#9289)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user