From 211f7861849754660240de7904202e9ca179a160 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 3 Dec 2024 10:37:46 +0800 Subject: [PATCH] chore: add missing feature macros of tokio --- util/metrics-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/metrics-service/Cargo.toml b/util/metrics-service/Cargo.toml index 8a351a49c2..3cc68975bb 100644 --- a/util/metrics-service/Cargo.toml +++ b/util/metrics-service/Cargo.toml @@ -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"] }