Skip to content

Commit

Permalink
chore: add missing feature macros of tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Dec 3, 2024
1 parent 628634c commit 211f786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/metrics-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ hyper = { version = "1", features = ["http1", "http2", "server"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["server-auto", "server-graceful"] }
ckb-stop-handler = { path = "../stop-handler", version = "= 0.120.0-pre" }
tokio = { version = "1", features = ["sync"] }
tokio = { version = "1", features = ["sync", "macros"] }

0 comments on commit 211f786

Please sign in to comment.