mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: use workspace dependencies (#3132)
This commit is contained in:
@ -16,7 +16,7 @@ reth-metrics-derive = { path = "./metrics-derive" }
|
||||
metrics = "0.20.1"
|
||||
|
||||
# async
|
||||
tokio = { version = "1.21.2", features = ["full"], optional = true }
|
||||
tokio = { workspace = true, features = ["full"], optional = true }
|
||||
|
||||
[features]
|
||||
common = ["tokio"]
|
||||
|
||||
Reference in New Issue
Block a user