From 8fb0fbba7375eb3e66494b8d6dfe7986bd11c3a6 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 18 Jul 2025 16:27:18 +0200 Subject: [PATCH] chore: fix reth-engine-tree dev-dependencies import (#17487) --- crates/engine/tree/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/engine/tree/Cargo.toml b/crates/engine/tree/Cargo.toml index 550895798d..2609466b28 100644 --- a/crates/engine/tree/Cargo.toml +++ b/crates/engine/tree/Cargo.toml @@ -72,7 +72,7 @@ reth-tracing = { workspace = true, optional = true } [dev-dependencies] # reth -reth-evm-ethereum.workspace = true +reth-evm-ethereum = { workspace = true, features = ["test-utils"] } reth-chain-state = { workspace = true, features = ["test-utils"] } reth-chainspec.workspace = true reth-db-common.workspace = true