From 8fe65c0e790e15eab8a3009c7ae6eb272a6bf862 Mon Sep 17 00:00:00 2001 From: Jokler Date: Tue, 14 Jan 2020 04:46:57 +0100 Subject: Use async channel to guarantee tokio never blocks --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6dec758..408e79e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tokio = "0.1" tokio-process = "0.2.4" tokio-signal = "0.2" # Changes enabled features on tsclientlib to fix errors on it -tokio2 = { package = "tokio", version = "0.2.0", features = ["tcp", "io-util"] } +tokio02 = { package = "tokio", version = "0.2.0", features = ["tcp", "io-util", "sync"] } futures01 = { package = "futures", version = "0.1.21" } futures-preview = { version = "=0.3.0-alpha.19", features = ["compat"] } -- cgit v1.2.3-70-g09d2