chore: remove usages of reth_primitives from reth bin (#14252)

This commit is contained in:
Dan Cline
2025-02-05 19:02:12 -05:00
committed by GitHub
parent 3309484a30
commit d5277d5f27
7 changed files with 17 additions and 14 deletions

View File

@ -57,6 +57,7 @@ reth-trie-db = { workspace = true, features = ["metrics"] }
reth-node-api.workspace = true
reth-node-core.workspace = true
reth-ethereum-payload-builder.workspace = true
reth-ethereum-primitives.workspace = true
reth-node-ethereum = { workspace = true, features = ["js-tracer"] }
reth-node-builder.workspace = true
reth-node-events.workspace = true