chore: disable storage-api default features (#14474)

This commit is contained in:
Matthias Seitz
2025-02-13 22:05:19 +01:00
committed by GitHub
parent b71934237d
commit 270aefe900
4 changed files with 4 additions and 3 deletions

View File

@ -413,7 +413,7 @@ reth-stages-api = { path = "crates/stages/api" }
reth-stages-types = { path = "crates/stages/types", default-features = false }
reth-static-file = { path = "crates/static-file/static-file" }
reth-static-file-types = { path = "crates/static-file/types", default-features = false }
reth-storage-api = { path = "crates/storage/storage-api" }
reth-storage-api = { path = "crates/storage/storage-api", default-features = false }
reth-storage-errors = { path = "crates/storage/errors", default-features = false }
reth-tasks = { path = "crates/tasks" }
reth-testing-utils = { path = "testing/testing-utils" }