chore: rename net-common to banlist (#9016)

This commit is contained in:
Matthias Seitz
2024-06-21 16:05:38 +02:00
committed by GitHub
parent a493b6270d
commit b9b61b377a
14 changed files with 24 additions and 29 deletions

View File

@ -39,7 +39,7 @@ reth-rpc-types-compat.workspace = true
reth-rpc-api = { workspace = true, features = ["client"] }
reth-network = { workspace = true, features = ["serde"] }
reth-network-p2p.workspace = true
reth-net-common.workspace = true
reth-net-banlist.workspace = true
reth-network-api.workspace = true
reth-downloaders.workspace = true
reth-tracing.workspace = true