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:
@ -33,12 +33,13 @@ alloy-consensus.workspace = true
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"reth-primitives-traits/std",
|
||||
"alloy-primitives/std",
|
||||
"revm/std",
|
||||
"alloy-consensus/std",
|
||||
"alloy-primitives/std",
|
||||
"reth-ethereum-forks/std",
|
||||
"reth-primitives-traits/std",
|
||||
"reth-storage-errors/std",
|
||||
"revm/std",
|
||||
"reth-storage-api/std",
|
||||
]
|
||||
witness = ["dep:reth-trie"]
|
||||
test-utils = [
|
||||
|
||||
Reference in New Issue
Block a user