From 65100971e548a1814a73d1359d3731daececba7d Mon Sep 17 00:00:00 2001 From: Nicolas SSS Date: Tue, 3 Feb 2026 13:33:44 +0100 Subject: [PATCH] fix(evm): remove unused reth-ethereum-forks (#21695) Co-authored-by: Matthias Seitz Co-authored-by: Amp --- Cargo.lock | 1 - crates/evm/evm/Cargo.toml | 2 -- 2 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d95903b2a..f56766e643 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8882,7 +8882,6 @@ dependencies = [ "futures-util", "metrics", "rayon", - "reth-ethereum-forks", "reth-ethereum-primitives", "reth-execution-errors", "reth-execution-types", diff --git a/crates/evm/evm/Cargo.toml b/crates/evm/evm/Cargo.toml index ce75269838..0e98e9b004 100644 --- a/crates/evm/evm/Cargo.toml +++ b/crates/evm/evm/Cargo.toml @@ -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",