fix(evm): remove unused reth-ethereum-forks (#21695)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Nicolas SSS
2026-02-03 13:33:44 +01:00
committed by GitHub
parent 8e21afa9cc
commit 65100971e5
2 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View File

@@ -8882,7 +8882,6 @@ dependencies = [
"futures-util",
"metrics",
"rayon",
"reth-ethereum-forks",
"reth-ethereum-primitives",
"reth-execution-errors",
"reth-execution-types",

View File

@@ -36,7 +36,6 @@ rayon = { workspace = true, optional = true }
[dev-dependencies]
reth-ethereum-primitives.workspace = true
reth-ethereum-forks.workspace = true
[features]
default = ["std"]
@@ -47,7 +46,6 @@ std = [
"alloy-primitives/std",
"alloy-consensus/std",
"revm/std",
"reth-ethereum-forks/std",
"alloy-evm/std",
"reth-execution-errors/std",
"reth-execution-types/std",