Revert "Disable default features for reth-storage-api in workspace manifest" (#14471)

This commit is contained in:
Matthias Seitz
2025-02-13 13:51:05 +01:00
committed by GitHub
parent 58275b8931
commit b45478c08c
19 changed files with 17 additions and 31 deletions

View File

@ -29,7 +29,7 @@ thiserror.workspace = true
[dev-dependencies]
reth-primitives-traits = { workspace = true, features = ["arbitrary"] }
reth-provider = { workspace = true, features = ["test-utils"] }
reth-storage-api = { workspace = true, features = ["std"] }
reth-storage-api.workspace = true
reth-testing-utils.workspace = true
reth-trie = { workspace = true, features = ["test-utils"] }
reth-trie-common = { workspace = true, features = ["test-utils", "arbitrary"] }