chore: rm reth-interfaces from op blockchain tree (#8481)

This commit is contained in:
Matthias Seitz
2024-05-29 16:59:34 +02:00
committed by GitHub
parent 43bfa2ecb0
commit 77b872c3dc
3 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ reth-provider.workspace = true
reth-stages-api.workspace = true
reth-trie = { workspace = true, features = ["metrics"] }
reth-trie-parallel = { workspace = true, features = ["parallel"] }
reth-network = { workspace = true }
reth-network.workspace = true
reth-consensus.workspace = true
# common
@ -41,10 +41,10 @@ linked_hash_set = "0.1.4"
[dev-dependencies]
reth-db = { workspace = true, features = ["test-utils"] }
reth-interfaces = { workspace = true, features = ["test-utils"] }
reth-primitives = { workspace = true , features = ["test-utils"] }
reth-provider = { workspace = true, features = ["test-utils"] }
reth-evm = { workspace = true, features = ["test-utils"] }
reth-testing-utils.workspace = true
reth-revm.workspace = true
reth-evm-ethereum.workspace = true
parking_lot.workspace = true