chore(dep): reth db workspace (#4782)

This commit is contained in:
Roman Krasiuk
2023-09-26 14:31:09 +03:00
committed by GitHub
parent dae31fa2a7
commit 7024e9a8e9
11 changed files with 18 additions and 17 deletions

View File

@ -20,7 +20,7 @@ normal = [
# reth
reth-config = { path = "../../crates/config" }
reth-primitives = { workspace = true, features = ["arbitrary"] }
reth-db = { path = "../../crates/storage/db", features = ["mdbx", "test-utils"] }
reth-db = { workspace = true, features = ["mdbx", "test-utils"] }
# TODO: Temporary use of the test-utils feature
reth-provider = { workspace = true, features = ["test-utils"] }
reth-revm = { path = "../../crates/revm" }