mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(dep): reth db workspace (#4782)
This commit is contained in:
@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user