storage: replace reth-primitive imports with alloy-eips (#10992)

This commit is contained in:
Håvard Anda Estensen
2024-09-18 22:21:27 +02:00
committed by GitHub
parent f64aecfbc8
commit ef06c850e4
23 changed files with 61 additions and 42 deletions

View File

@ -15,7 +15,8 @@ workspace = true
reth-primitives.workspace = true
reth-fs-util.workspace = true
# alloy
# ethereum
alloy-eips.workspace = true
alloy-primitives.workspace = true
alloy-rlp.workspace = true
@ -24,4 +25,4 @@ derive_more.workspace = true
[features]
default = ["std"]
std = []
std = []