forked from mirror/async-std
Fix git location
This commit is contained in:
parent
f58a7d7104
commit
f8633ab195
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ rustdoc-args = ["--features docs"]
|
|||
docs = []
|
||||
|
||||
[dependencies]
|
||||
async-task = { git = "ssh://git@github.com/async-std/async-task.git" }
|
||||
async-task = { git = "ssh://git@github.com/async-rs/async-task.git" }
|
||||
cfg-if = "0.1.9"
|
||||
crossbeam-channel = "0.3.9"
|
||||
futures-preview = "0.3.0-alpha.17"
|
||||
|
|
Loading…
Reference in a new issue