mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: simplify workspace = true usage (#3930)
This commit is contained in:
@ -17,8 +17,8 @@ reth-stages = { path = "../../crates/stages" }
|
||||
reth-primitives = { path = "../primitives" }
|
||||
|
||||
# io
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
# crypto
|
||||
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
|
||||
|
||||
Reference in New Issue
Block a user