From f8633ab1952f83c078e1fa65af464be45f35aaaa Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Wed, 14 Aug 2019 17:56:05 +0200 Subject: [PATCH] Fix git location --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45336f0..f675ec4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"