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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user