mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(meta): manifest maintenance (#5353)
This commit is contained in:
@ -13,8 +13,8 @@ description = "Reth storage provider."
|
||||
reth-primitives.workspace = true
|
||||
reth-interfaces.workspace = true
|
||||
reth-db.workspace = true
|
||||
reth-trie = { path = "../../trie" }
|
||||
reth-nippy-jar = { path = "../nippy-jar" }
|
||||
reth-trie.workspace = true
|
||||
reth-nippy-jar.workspace = true
|
||||
|
||||
revm.workspace = true
|
||||
|
||||
@ -45,7 +45,7 @@ rayon.workspace = true
|
||||
[dev-dependencies]
|
||||
reth-db = { workspace = true, features = ["test-utils"] }
|
||||
reth-primitives = { workspace = true, features = ["arbitrary", "test-utils"] }
|
||||
reth-trie = { path = "../../trie", features = ["test-utils"] }
|
||||
reth-trie = { workspace = true, features = ["test-utils"] }
|
||||
reth-interfaces = { workspace = true, features = ["test-utils"] }
|
||||
|
||||
alloy-rlp.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user