diff --git a/Cargo.toml b/Cargo.toml index fe3981f..133eadc 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"