chore: remove reth-primitives dep from reth-engine-tree (#14019)

This commit is contained in:
Dan Cline
2025-01-27 16:44:21 -05:00
committed by GitHub
parent ddc9375a60
commit 2b44d17d5f
15 changed files with 40 additions and 38 deletions

View File

@ -24,7 +24,7 @@ reth-payload-builder-primitives.workspace = true
reth-payload-builder.workspace = true
reth-payload-primitives.workspace = true
reth-primitives-traits.workspace = true
reth-primitives.workspace = true
reth-ethereum-primitives.workspace = true
reth-provider.workspace = true
reth-prune.workspace = true
reth-revm.workspace = true
@ -110,7 +110,6 @@ test-utils = [
"reth-evm/test-utils",
"reth-network-p2p/test-utils",
"reth-payload-builder/test-utils",
"reth-primitives/test-utils",
"reth-primitives-traits/test-utils",
"reth-provider/test-utils",
"reth-prune-types",