chore: replace reth-provider dep in reth-evm (#8430)

This commit is contained in:
Matthias Seitz
2024-05-28 17:28:50 +02:00
committed by GitHub
parent 9874a1b34e
commit 911a3a4a92
4 changed files with 63 additions and 9 deletions

View File

@ -14,10 +14,10 @@ workspace = true
[dependencies]
# reth
reth-primitives.workspace = true
reth-provider.workspace = true
reth-storage-errors.workspace = true
reth-execution-errors.workspace = true
reth-consensus-common.workspace = true
reth-storage-api.workspace = true
reth-trie = { workspace = true, optional = true }
# revm