Change tokio version.

This commit is contained in:
yukirij 2024-11-09 00:07:24 -08:00
parent 01a4a6d341
commit 012f51f2a0

View File

@ -8,6 +8,6 @@ repository="https://git.yukiri.dev/Utility/bus-rs/"
publish = false publish = false
[dependencies] [dependencies]
tokio = { version = "1.41.1", features = ["full"] } tokio = { version = "1.39.2", features = ["full"] }
pool = { git = "https://git.tsukiyo.org/Utility/pool" } pool = { git = "https://git.tsukiyo.org/Utility/pool" }