feat: no_std for reth-evm (#14561)

This commit is contained in:
Arsenii Kulikov
2025-02-18 16:54:56 +04:00
committed by GitHub
parent 67a98860e2
commit 29f4ca2a61
14 changed files with 20 additions and 12 deletions

View File

@ -82,4 +82,5 @@ std = [
"alloy-op-evm/std",
"revm-database/std",
"revm-optimism/std",
"reth-evm/std",
]

View File

@ -48,6 +48,7 @@ std = [
"reth-optimism-primitives/std",
"reth-primitives-traits/std",
"reth-storage-api?/std",
"reth-evm?/std",
]
arbitrary = [
"std",