From c28c9e291102b8cec7673cd0513ef412d9f2752f Mon Sep 17 00:00:00 2001 From: asxalex Date: Sat, 26 Oct 2024 10:56:11 +0800 Subject: [PATCH] fix features typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b19a58d..b72956e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rsa = "0.9.6" sdlan-sn-rs = { git = "ssh://git@git.asxalex.pw/sdlan-v2/sdlan-rs.git" } # sdlan-sn-rs = { git = "https://git.asxalex.pw/sdlan-v2/sdlan-rs.git" } structopt = "0.3.26" -tokio = { version = "1.38.0", futures = ["full"] } +tokio = { version = "1.38.0", features = ["full"] } tokio-util = "0.7.11" tracing = "0.1.40"