chore: move EvmEnvProvider (#8420)

This commit is contained in:
Matthias Seitz
2024-05-27 19:47:09 +02:00
committed by GitHub
parent c8a18a2f26
commit 749d68b5e4
5 changed files with 11 additions and 5 deletions

View File

@ -19,6 +19,7 @@ reth-storage-errors.workspace = true
revm.workspace = true
auto_impl.workspace = true
futures-util.workspace = true
parking_lot = { workspace = true, optional = true }