chore(deps): use revm and revm-primitives as workspace deps (#3017)

This commit is contained in:
Matthias Seitz
2023-06-06 13:47:55 +02:00
committed by GitHub
parent c73e35c3eb
commit df9dfa6b6f
11 changed files with 18 additions and 13 deletions

View File

@ -13,7 +13,7 @@ description = "revm inspector implementations used by reth"
reth-primitives = { path = "../../primitives" }
reth-rpc-types = { path = "../../rpc/rpc-types" }
revm = { version = "3" }
revm = { workspace = true }
# remove from reth and reexport from revm
hashbrown = "0.13"