mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
node: replace reth-primitive imports (#10791)
This commit is contained in:
committed by
GitHub
parent
e7a4c85aa9
commit
75b8499d32
@ -43,9 +43,9 @@ reth-node-types.workspace = true
|
||||
|
||||
# ethereum
|
||||
alloy-genesis.workspace = true
|
||||
alloy-primitives.workspace = true
|
||||
alloy-rpc-types-engine.workspace = true
|
||||
|
||||
|
||||
# misc
|
||||
eyre.workspace = true
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
@ -63,8 +63,6 @@ dirs-next = "2.0.0"
|
||||
shellexpand.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
|
||||
|
||||
# tracing
|
||||
tracing.workspace = true
|
||||
|
||||
@ -78,7 +76,6 @@ secp256k1 = { workspace = true, features = [
|
||||
# async
|
||||
futures.workspace = true
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
# test vectors generation
|
||||
proptest.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user