chore: make op-evm compile with no-std (#11834)

This commit is contained in:
Matthias Seitz
2024-10-17 15:54:32 +02:00
committed by GitHub
parent 52407b18de
commit 6ba4bbe4aa
7 changed files with 22 additions and 11 deletions

View File

@ -37,7 +37,7 @@ revm.workspace = true
revm-primitives.workspace = true
# misc
thiserror.workspace = true
derive_more.workspace = true
tracing.workspace = true
[dev-dependencies]
@ -51,6 +51,8 @@ alloy-genesis.workspace = true
alloy-consensus.workspace = true
[features]
default = ["std"]
std = []
optimism = [
"reth-primitives/optimism",
"reth-execution-types/optimism",