Skip to content

Commit 08af905

Browse files
author
Stjepan Glavina
committed
Fix broken build
1 parent e023494 commit 08af905

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: rust
22

33
before_script:
4-
- rustup component add rustfmt
4+
- rustup component add rustfmt
55

66
matrix:
77
fast_finish: true

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 = "git@github.com:async-std/async-task.git" }
22+
async-task = { git = "ssh://git@github.com/async-std/async-task.git" }
2323
cfg-if = "0.1.9"
2424
crossbeam = "0.7.1"
2525
futures-preview = "0.3.0-alpha.17"

0 commit comments

Comments
 (0)