mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Disable default features for optimism crates in workspace manifest (#14467)
This commit is contained in:
@ -71,6 +71,7 @@ std = [
|
||||
"reth-chainspec/std",
|
||||
"reth-optimism-consensus/std",
|
||||
"reth-consensus-common/std",
|
||||
"reth-optimism-chainspec/std",
|
||||
"reth-execution-errors/std",
|
||||
"reth-execution-types/std",
|
||||
]
|
||||
|
||||
@ -104,6 +104,7 @@ serde-bincode-compat = [
|
||||
"reth-primitives-traits/serde-bincode-compat",
|
||||
]
|
||||
arbitrary = [
|
||||
"std",
|
||||
"dep:arbitrary",
|
||||
"dep:secp256k1",
|
||||
"secp256k1?/rand",
|
||||
|
||||
@ -39,10 +39,14 @@ reth-optimism-rpc = { workspace = true, optional = true }
|
||||
default = ["std"]
|
||||
std = [
|
||||
"reth-chainspec/std",
|
||||
"reth-optimism-primitives/std",
|
||||
"reth-primitives-traits/std",
|
||||
"reth-consensus?/std",
|
||||
"reth-consensus-common?/std",
|
||||
"reth-optimism-chainspec/std",
|
||||
"reth-optimism-consensus?/std",
|
||||
"reth-optimism-evm?/std",
|
||||
"reth-optimism-primitives/std",
|
||||
"reth-primitives-traits/std",
|
||||
"reth-storage-api?/std",
|
||||
]
|
||||
arbitrary = [
|
||||
"std",
|
||||
|
||||
Reference in New Issue
Block a user