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 @@ description = "Reth storage provider."
reth-primitives.workspace = true
reth-interfaces.workspace = true
reth-revm-primitives = { path = "../../revm/revm-primitives" }
reth-db = { path = "../db" }
reth-db.workspace = true
reth-trie = { path = "../../trie" }
# async
@ -36,7 +36,7 @@ reth-rlp = { workspace = true, optional = true }
rayon = "1.7"
[dev-dependencies]
reth-db = { path = "../db", features = ["test-utils"] }
reth-db = { workspace = true, features = ["test-utils"] }
reth-primitives = { workspace = true, features = ["arbitrary", "test-utils"] }
reth-rlp.workspace = true
revm.workspace = true