From 52b8ff4b0c4e5bb560376571bc35e0268e9df587 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Sat, 7 Dec 2024 00:29:49 -0500 Subject: [PATCH] chore: fix `cargo check -p reth-stages --tests` (#13200) --- crates/stages/stages/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/stages/stages/Cargo.toml b/crates/stages/stages/Cargo.toml index f97214f464..e7114eeb16 100644 --- a/crates/stages/stages/Cargo.toml +++ b/crates/stages/stages/Cargo.toml @@ -70,6 +70,7 @@ reth-network-p2p = { workspace = true, features = ["test-utils"] } reth-downloaders.workspace = true reth-revm.workspace = true reth-static-file.workspace = true +reth-stages-api = { workspace = true, features = ["test-utils"] } reth-testing-utils.workspace = true reth-trie = { workspace = true, features = ["test-utils"] } reth-provider = { workspace = true, features = ["test-utils"] }