mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: no_std for reth-evm (#14561)
This commit is contained in:
@ -82,4 +82,5 @@ std = [
|
||||
"alloy-op-evm/std",
|
||||
"revm-database/std",
|
||||
"revm-optimism/std",
|
||||
"reth-evm/std",
|
||||
]
|
||||
|
||||
@ -48,6 +48,7 @@ std = [
|
||||
"reth-optimism-primitives/std",
|
||||
"reth-primitives-traits/std",
|
||||
"reth-storage-api?/std",
|
||||
"reth-evm?/std",
|
||||
]
|
||||
arbitrary = [
|
||||
"std",
|
||||
|
||||
Reference in New Issue
Block a user