chore: improve deps for payload prims (#12374)

This commit is contained in:
Matthias Seitz
2024-11-07 17:56:35 +01:00
committed by GitHub
parent e911fe9ff0
commit d0baf926bf
7 changed files with 16 additions and 14 deletions

View File

@ -22,7 +22,7 @@ reth-rpc-types-compat.workspace = true
reth-evm.workspace = true
reth-execution-types.workspace = true
reth-payload-builder.workspace = true
reth-payload-primitives.workspace = true
reth-payload-primitives = { workspace = true, features = ["op"] }
reth-basic-payload-builder.workspace = true
reth-trie.workspace = true
reth-chain-state.workspace = true