Skip to content

Commit

Permalink
chore: remove unnecessary test-utils usage in reth cli (#5993)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Jan 9, 2024
1 parent 19f4810 commit 57ebe9d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bin/reth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ normal = [
# reth
reth-config.workspace = true
reth-primitives = { workspace = true, features = ["arbitrary", "clap"] }
reth-db = { workspace = true, features = ["mdbx", "test-utils"] }
# TODO: Temporary use of the test-utils feature
reth-provider = { workspace = true, features = ["test-utils"] }
reth-db = { workspace = true, features = ["mdbx"] }
reth-provider = { workspace = true }
reth-revm.workspace = true
reth-stages.workspace = true
reth-interfaces = { workspace = true, features = ["test-utils", "clap"] }
reth-interfaces = { workspace = true, features = ["clap"] }
reth-transaction-pool.workspace = true
reth-beacon-consensus.workspace = true
reth-auto-seal-consensus.workspace = true
Expand Down

0 comments on commit 57ebe9d

Please sign in to comment.