Skip to content

Commit

Permalink
chore: disable test-utils for stages-api on stages (#9331)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo authored Jul 5, 2024
1 parent c7e34fb commit b3a5593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/stages/stages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit b3a5593

Please sign in to comment.