mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
Enable op feature for reth-optimism-evm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user