chore(deps): rm builder dep (#8043)

This commit is contained in:
Matthias Seitz
2024-05-02 12:49:54 +02:00
committed by GitHub
parent bb7f1135d0
commit 978be33a99
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ reth-interfaces = { workspace = true, features = ["test-utils"] }
reth-primitives = { workspace = true , features = ["test-utils"] }
reth-provider = { workspace = true, features = ["test-utils"] }
reth-revm.workspace = true
reth-node-ethereum.workspace = true
reth-evm-ethereum.workspace = true
parking_lot.workspace = true
assert_matches.workspace = true