summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }