fix: Make reth-evm-ethereum turn off default-features in top level Cargo.toml (#15825)

This commit is contained in:
kevaundray
2025-04-21 12:14:25 +01:00
committed by GitHub
parent 3f95621703
commit 664efb944b
2 changed files with 2 additions and 1 deletions

View File

@@ -357,7 +357,7 @@ reth-ethereum-primitives = { path = "crates/ethereum/primitives", default-featur
reth-ethereum = { path = "crates/ethereum/reth" }
reth-etl = { path = "crates/etl" }
reth-evm = { path = "crates/evm", default-features = false }
reth-evm-ethereum = { path = "crates/ethereum/evm" }
reth-evm-ethereum = { path = "crates/ethereum/evm", default-features = false }
reth-optimism-evm = { path = "crates/optimism/evm", default-features = false }
reth-execution-errors = { path = "crates/evm/execution-errors", default-features = false }
reth-execution-types = { path = "crates/evm/execution-types", default-features = false }

View File

@@ -55,6 +55,7 @@ std = [
"alloy-rpc-types-eth?/std",
"reth-storage-api?/std",
"reth-evm?/std",
"reth-evm-ethereum?/std",
"reth-revm?/std",
]
arbitrary = [