chore: remove reth-primitives dep from op-primitives (#13699)

This commit is contained in:
Matthias Seitz
2025-01-07 13:02:46 +01:00
committed by GitHub
parent c74b8f0bfc
commit d90d745aae
5 changed files with 8 additions and 16 deletions

View File

@ -22,7 +22,6 @@ reth-rpc-api = { workspace = true, features = ["client"] }
reth-payload-builder = { workspace = true, features = ["test-utils"] }
reth-payload-builder-primitives.workspace = true
reth-payload-primitives.workspace = true
reth-primitives.workspace = true
reth-provider.workspace = true
reth-network.workspace = true
reth-node-api.workspace = true
@ -35,7 +34,7 @@ reth-engine-local.workspace = true
reth-tasks.workspace = true
# currently need to enable this for workspace level
reth-optimism-primitives = { workspace = true, features = ["arbitrary"] }
reth-optimism-primitives = { workspace = true, features = ["arbitrary", "serde"] }
# rpc
jsonrpsee.workspace = true