2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00

Set git link for async-task dependency

This commit is contained in:
Stjepan Glavina 2019-08-12 20:52:46 +02:00
parent 693a719dc9
commit 1c16d8c462

View file

@ -19,7 +19,7 @@ rustdoc-args = ["--features docs"]
docs = []
[dependencies]
async-task = { path = "../async-task" }
async-task = { git = "git@github.com:async-std/async-task.git" }
cfg-if = "0.1.9"
crossbeam = "0.7.1"
futures-preview = "0.3.0-alpha.17"