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:
@ -17,7 +17,7 @@ normal = [
|
||||
# reth
|
||||
reth-primitives.workspace = true
|
||||
reth-interfaces.workspace = true
|
||||
reth-db = { path = "../storage/db" }
|
||||
reth-db.workspace = true
|
||||
reth-provider.workspace = true
|
||||
reth-stages = { path = "../stages" }
|
||||
|
||||
@ -35,7 +35,7 @@ aquamarine.workspace = true
|
||||
linked_hash_set = "0.1.4"
|
||||
|
||||
[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-primitives = { workspace = true , features = ["test-utils"] }
|
||||
reth-provider = { workspace = true, features = ["test-utils"] }
|
||||
|
||||
Reference in New Issue
Block a user