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:
parent
693a719dc9
commit
1c16d8c462
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue