From b951cf2d3b1a7848a33066c088b33019c551228b Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Tue, 17 Sep 2019 23:07:25 +0200 Subject: [PATCH] use async-macros 1.0.0 Signed-off-by: Yoshua Wuyts --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe3981fc..133eadcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ docs = [] unstable = [] [dependencies] -async-macros = { path = "../async-macros" } +async-macros = "1.0.0" async-task = "1.0.0" cfg-if = "0.1.9" crossbeam-channel = "0.3.9"