chore: disable test-utils for stages-api on stages (#9331)

This commit is contained in:
joshieDo
2024-07-05 17:25:08 +02:00
committed by GitHub
parent c7e34fbd4a
commit b3a5593455

View File

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