From 29d11c933d02f6004f3dfb7e0a5a7b554d9cb700 Mon Sep 17 00:00:00 2001 From: joshieDo <93316087+joshieDo@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:10:50 +0200 Subject: [PATCH] disable test-utils for stages-api on stages --- crates/stages/stages/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/stages/stages/Cargo.toml b/crates/stages/stages/Cargo.toml index 75531e1ce58..5d8ed3d5286 100644 --- a/crates/stages/stages/Cargo.toml +++ b/crates/stages/stages/Cargo.toml @@ -30,7 +30,7 @@ reth-execution-types.workspace = true reth-prune-types.workspace = true reth-storage-errors.workspace = true reth-revm.workspace = true -reth-stages-api = { workspace = true, features = ["test-utils"] } +reth-stages-api.workspace = true reth-trie = { workspace = true, features = ["metrics"] } reth-testing-utils = { workspace = true, optional = true }