Use published async-io

This commit is contained in:
Stjepan Glavina 2020-07-14 22:00:01 +02:00
parent f61db4fcbe
commit dea3a164b1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ readme = "README.md"
tokio02 = ["tokio"]
[dependencies]
async-io = { path = "../async-io" }
async-io = "0.1.1"
multitask = "0.2.0"
num_cpus = "1.13.0"
once_cell = "1.4.0"