mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(crates): deprecate staged-sync (#3564)
This commit is contained in:
@ -77,7 +77,7 @@ reth-tracing = { path = "../../tracing" }
|
||||
reth-transaction-pool = { workspace = true, features = ["test-utils"] }
|
||||
|
||||
ethers-core = { workspace = true, default-features = false }
|
||||
ethers-providers = { workspace = true, default-features = false }
|
||||
ethers-providers = { workspace = true, default-features = false, features = ["ws"] }
|
||||
ethers-signers = { workspace = true, default-features = false }
|
||||
ethers-middleware = { workspace = true, default-features = false }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user