From 3cfcdb92edb87124daee4104ccd2e2e46324ebe2 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Thu, 10 Feb 2022 00:11:23 +0200 Subject: [PATCH] Fix tokio features in zenith utils to enable its standalone compilation --- zenith_utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenith_utils/Cargo.toml b/zenith_utils/Cargo.toml index 13e3625417..b22fcbf748 100644 --- a/zenith_utils/Cargo.toml +++ b/zenith_utils/Cargo.toml @@ -16,7 +16,7 @@ routerify = "3" serde = { version = "1.0", features = ["derive"] } serde_json = "1" thiserror = "1.0" -tokio = "1.11" +tokio = { version = "1.11", features = ["macros"]} tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } nix = "0.23.0"