Disable default features for reth-storage-api in workspace manifest (#14466)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Emilia Hane
2025-02-13 13:31:16 +01:00
committed by GitHub
parent 2827447953
commit 58275b8931
19 changed files with 31 additions and 17 deletions

View File

@ -20,7 +20,7 @@ reth-primitives = { workspace = true, features = ["c-kzg", "secp256k1"] }
reth-primitives-traits.workspace = true
reth-execution-types.workspace = true
reth-fs-util.workspace = true
reth-storage-api.workspace = true
reth-storage-api = { workspace = true, features = ["std"] }
reth-tasks.workspace = true
revm-primitives.workspace = true
revm-interpreter.workspace = true