chore: rm crate reth-rpc-types (#11341)

This commit is contained in:
nk_ysg
2024-10-02 17:16:20 +08:00
committed by GitHub
parent d5bdc1c8c0
commit 64fae4d0f2
18 changed files with 15 additions and 92 deletions

View File

@ -15,7 +15,6 @@ reth-network-api.workspace = true
reth-node-ethereum.workspace = true
reth-provider = { workspace = true, features = ["test-utils"] }
reth-primitives.workspace = true
reth-rpc-types.workspace = true
reth.workspace = true
tokio-stream.workspace = true
eyre.workspace = true

View File

@ -11,7 +11,6 @@ reth-chainspec.workspace = true
reth-db.workspace = true
reth-primitives.workspace = true
reth-provider.workspace = true
reth-rpc-types.workspace = true
reth-node-ethereum.workspace = true
reth-node-types.workspace = true