chore: rename network-types to network-peers (#8699)

This commit is contained in:
Matthias Seitz
2024-06-09 15:13:46 +02:00
committed by GitHub
parent c1d69d3a7e
commit 2852893a7d
73 changed files with 96 additions and 96 deletions

View File

@ -19,7 +19,7 @@ reth-tasks.workspace = true
reth-provider.workspace = true
reth-config.workspace = true
reth-consensus.workspace = true
reth-network-types.workspace = true
reth-network-peers.workspace = true
# optional deps for the test-utils feature
reth-db = { workspace = true, optional = true }