Use crates.io version of async-task

This commit is contained in:
Stjepan Glavina 2020-04-12 19:54:17 +02:00
parent 66ab468459
commit fb01283479
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ description = "WIP"
license = "MIT OR Apache-2.0"
[dependencies]
async-task = { path = "../async-task" }
async-task = "2.0.0"
crossbeam = "0.7.3"
futures = { version = "0.3.4", default-features = false, features = ["std"] }
once_cell = "1.3.1"