From e0712d1f5f2d6fc888c83bed64803d18722fc490 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sat, 7 Jun 2025 02:14:09 +0300 Subject: [PATCH] ver 0.1.19 fix cargo toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f1dd8b..54efda7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ flate2 = "1.1.1" uuid = "1.16.0" [dependencies.tokio] -version = "1", +version = "1" features = ["io-util", "rt", "macros", "net", "rt-multi-thread"]