From 2f73577e91bc2ac442695f8e41ac4e0050e9efc2 Mon Sep 17 00:00:00 2001 From: "jochen@g14" Date: Sat, 30 Mar 2024 23:33:30 +0100 Subject: [PATCH] Fix Cargo.toml --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3ca598ac..8906d8d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,7 @@ version = "6.0.0-alpha1" rust-version = "1.76" [workspace.dependencies] -tokio = { version = "^1.36.0", default-features = false, -features = [ +tokio = { version = "^1.36.0", default-features = false, features = [ "macros", "sync", "time",