Enable op feature for reth-optimism-evm

This commit is contained in:
Emilia Hane
2025-10-15 15:21:18 +02:00
parent 72bac360fa
commit f664e60468

View File

@@ -14,7 +14,7 @@ workspace = true
# Reth
reth-chainspec.workspace = true
reth-evm = { workspace = true, features = ["op"] }
reth-primitives-traits.workspace = true
reth-primitives-traits = { workspace = true, features = ["op"] }
reth-execution-errors.workspace = true
reth-execution-types.workspace = true
reth-storage-errors.workspace = true
@@ -34,7 +34,7 @@ alloy-consensus.workspace = true
reth-optimism-chainspec.workspace = true
reth-optimism-consensus.workspace = true
reth-optimism-forks.workspace = true
reth-optimism-primitives.workspace = true
reth-optimism-primitives = { workspace = true, features = ["op"] }
# revm
revm.workspace = true