From 1c106e5f1e81c59a47826b178a4c8d09b7959f16 Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Sun, 9 Aug 2026 14:04:35 +0200 Subject: [PATCH] omit tokio feature "rt", "rt-multi-thread" activates it --- dev/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Cargo.toml b/dev/Cargo.toml index fe334b16..c57bc95d 100644 --- a/dev/Cargo.toml +++ b/dev/Cargo.toml @@ -199,7 +199,7 @@ edition = "2024" publish = false [dependencies] -tokio = { version = "1", features = ["fs", "macros", "rt", "rt-multi-thread"] } +tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread"] } [profile.release] panic = "abort"