From 20c4cf0140e31b39ec52c70447f6fb0c05edf633 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 11 May 2026 13:33:51 +0300 Subject: [PATCH] ncro-health: add missing `macros` feature to tokio Signed-off-by: NotAShelf Change-Id: I08c7486e7d49c064e25fc474a83fc1796a6a6964 --- crates/health/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/health/Cargo.toml b/crates/health/Cargo.toml index 73da1c0..7fe77f6 100644 --- a/crates/health/Cargo.toml +++ b/crates/health/Cargo.toml @@ -11,7 +11,7 @@ repository.workspace = true [dependencies] ncro-config.workspace = true reqwest = { workspace = true, features = [ "rustls" ] } -tokio = { workspace = true, features = [ "sync", "time", "rt" ] } +tokio = { workspace = true, features = [ "macros", "sync", "time", "rt" ] } [lints] workspace = true