Skip to content

Commit f8633ab

Browse files
committed
Fix git location
1 parent f58a7d7 commit f8633ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustdoc-args = ["--features docs"]
1919
docs = []
2020

2121
[dependencies]
22-
async-task = { git = "ssh://git@github.com/async-std/async-task.git" }
22+
async-task = { git = "ssh://git@github.com/async-rs/async-task.git" }
2323
cfg-if = "0.1.9"
2424
crossbeam-channel = "0.3.9"
2525
futures-preview = "0.3.0-alpha.17"

0 commit comments

Comments
 (0)