chore: fix cargo check -p reth-stages --tests (#13200)

This commit is contained in:
Dan Cline
2024-12-07 00:29:49 -05:00
committed by GitHub
parent 7e9d2c1a34
commit 52b8ff4b0c

View File

@ -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"] }