mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: disable storage-api default features (#14474)
This commit is contained in:
@ -47,6 +47,7 @@ std = [
|
||||
"reth-consensus?/std",
|
||||
"reth-consensus-common?/std",
|
||||
"alloy-rpc-types-eth?/std",
|
||||
"reth-storage-api?/std",
|
||||
]
|
||||
arbitrary = [
|
||||
"std",
|
||||
|
||||
@ -12,7 +12,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-storage-api.workspace = true
|
||||
reth-storage-api = { workspace = true, features = ["std"] }
|
||||
reth-network-api.workspace = true
|
||||
reth-stages.workspace = true
|
||||
reth-prune-types.workspace = true
|
||||
|
||||
@ -20,7 +20,7 @@ reth-primitives-traits = { workspace = true, features = ["reth-codec"] }
|
||||
reth-fs-util.workspace = true
|
||||
reth-errors.workspace = true
|
||||
reth-storage-errors.workspace = true
|
||||
reth-storage-api.workspace = true
|
||||
reth-storage-api = { workspace = true, features = ["std"] }
|
||||
reth-network-p2p.workspace = true
|
||||
reth-db = { workspace = true, features = ["mdbx"] }
|
||||
reth-db-api.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user