mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Revert "Disable default features for reth-storage-api in workspace manifest" (#14471)
This commit is contained in:
@ -43,7 +43,6 @@ std = [
|
||||
"reth-primitives-traits/std",
|
||||
"reth-consensus?/std",
|
||||
"reth-consensus-common?/std",
|
||||
"reth-storage-api?/std",
|
||||
]
|
||||
arbitrary = [
|
||||
"std",
|
||||
|
||||
@ -21,7 +21,7 @@ alloy-rpc-types-eth.workspace = true
|
||||
# reth
|
||||
reth-chainspec.workspace = true
|
||||
reth-primitives-traits.workspace = true
|
||||
reth-storage-api = { workspace = true, features = ["std"] }
|
||||
reth-storage-api.workspace = true
|
||||
reth-transaction-pool.workspace = true
|
||||
|
||||
# revm
|
||||
|
||||
Reference in New Issue
Block a user