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

@ -13,7 +13,7 @@ ef-tests = []
[dependencies]
reth-primitives.workspace = true
reth-db = { path = "../../crates/storage/db", features = ["mdbx", "test-utils"] }
reth-db = { workspace = true, features = ["mdbx", "test-utils"] }
reth-provider.workspace = true
reth-stages = { path = "../../crates/stages" }
reth-rlp.workspace = true