From 012f51f2a036be5a1ecce1d9ddbae06c5b403ced Mon Sep 17 00:00:00 2001 From: yukirij Date: Sat, 9 Nov 2024 00:07:24 -0800 Subject: [PATCH] Change tokio version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba1c06f..9faa4d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ repository="https://git.yukiri.dev/Utility/bus-rs/" publish = false [dependencies] -tokio = { version = "1.41.1", features = ["full"] } +tokio = { version = "1.39.2", features = ["full"] } pool = { git = "https://git.tsukiyo.org/Utility/pool" }