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

@ -12,7 +12,7 @@ description = "Implementations of various block downloaders"
# reth
reth-interfaces.workspace = true
reth-primitives.workspace = true
reth-db = { path = "../../storage/db" }
reth-db.workspace = true
reth-tasks.workspace = true
# async
@ -38,7 +38,7 @@ tempfile = { version = "3.3", optional = true }
itertools = { workspace = true, optional = true }
[dev-dependencies]
reth-db = { path = "../../storage/db", features = ["test-utils"] }
reth-db = { workspace = true, features = ["test-utils"] }
reth-interfaces = { workspace = true, features = ["test-utils"] }
reth-tracing = { path = "../../tracing" }