mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: propagate std feature to alloy-trie (#11371)
This commit is contained in:
@ -49,15 +49,13 @@ op-alloy-rpc-types.workspace = true
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
optimism = [
|
||||
"serde",
|
||||
"dep:op-alloy-rpc-types",
|
||||
"reth-optimism-forks",
|
||||
]
|
||||
std = []
|
||||
arbitrary = [
|
||||
"alloy-chains/arbitrary"
|
||||
optimism = ["serde", "dep:op-alloy-rpc-types", "reth-optimism-forks"]
|
||||
std = [
|
||||
"alloy-chains/std",
|
||||
"alloy-eips/std",
|
||||
"alloy-genesis/std",
|
||||
"alloy-primitives/std",
|
||||
"alloy-trie/std",
|
||||
]
|
||||
arbitrary = ["alloy-chains/arbitrary"]
|
||||
test-utils = []
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user