From ca269d7e30820e0e1a5ff7fee3ff0deed1cfe91e Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Tue, 10 Aug 2021 14:10:14 -0700 Subject: [PATCH] specify tokio-util version| --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ad241c..ffc7fcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ rust-embed = { version = "5.2.0", features = ["debug-embed"] } image = "0.22.3" nvim-rs = { git = "https://github.com/KillTheMule/nvim-rs", branch = "master", features = ["use_tokio"] } tokio = { version = "1.1.1", features = ["full"] } -tokio-util = "*" +tokio-util = "0.6.7 async-trait = "0.1.18" crossfire = "0.1" lazy_static = "1.4.0"