Move reth_eth_wire::ProtocolVersion and reth_eth_wire::Capabilities to reth-eth-wire-types (#10071)

Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
This commit is contained in:
nk_ysg
2024-08-05 00:22:14 +08:00
committed by GitHub
parent 9c80cc4a57
commit b592607394
22 changed files with 252 additions and 254 deletions

View File

@ -13,7 +13,7 @@ workspace = true
[dependencies]
# reth
reth-eth-wire.workspace = true
reth-eth-wire-types.workspace = true
alloy-rpc-types-admin.workspace = true
reth-network-peers.workspace = true
reth-network-types.workspace = true