From b3a5593455bd4addde64ef4051c62970294f7e1e Mon Sep 17 00:00:00 2001 From: joshieDo <93316087+joshieDo@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:25:08 +0200 Subject: [PATCH] chore: disable `test-utils` for `stages-api` on `stages` (#9331) --- 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 75531e1ce5..5d8ed3d528 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 }