mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-02 19:15:12 -05:00
fix: Make reth-evm-ethereum turn off default-features in top level Cargo.toml (#15825)
This commit is contained in:
@@ -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 }
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user