From c6f3e75ccf4423decd54c088fd210f1e6c7e4232 Mon Sep 17 00:00:00 2001 From: Avril Date: Wed, 29 Jul 2020 04:07:39 +0100 Subject: [PATCH] :^) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4c113d..821a5ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ threaded = ["tokio/rt-threaded"] [dependencies] tokio = {version = "0.2", features=["time", "macros", "io-driver", "sync", "rt-core"]} -futures = "*" notify = "4.0" +futures= "0.3" sexp = "1.1"