We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e023494 commit 08af905Copy full SHA for 08af905
.travis.yml
@@ -1,7 +1,7 @@
1
language: rust
2
3
before_script:
4
-- rustup component add rustfmt
+ - rustup component add rustfmt
5
6
matrix:
7
fast_finish: true
Cargo.toml
@@ -19,7 +19,7 @@ rustdoc-args = ["--features docs"]
19
docs = []
20
21
[dependencies]
22
-async-task = { git = "git@github.com:async-std/async-task.git" }
+async-task = { git = "ssh://git@github.com/async-std/async-task.git" }
23
cfg-if = "0.1.9"
24
crossbeam = "0.7.1"
25
futures-preview = "0.3.0-alpha.17"
0 commit comments