mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-26 18:26:48 +00:00
Fix broken build
This commit is contained in:
parent
e02349473c
commit
08af9053d0
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: rust
|
language: rust
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
|
@ -19,7 +19,7 @@ rustdoc-args = ["--features docs"]
|
||||||
docs = []
|
docs = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-task = { git = "git@github.com:async-std/async-task.git" }
|
async-task = { git = "ssh://git@github.com/async-std/async-task.git" }
|
||||||
cfg-if = "0.1.9"
|
cfg-if = "0.1.9"
|
||||||
crossbeam = "0.7.1"
|
crossbeam = "0.7.1"
|
||||||
futures-preview = "0.3.0-alpha.17"
|
futures-preview = "0.3.0-alpha.17"
|
||||||
|
|
Loading…
Reference in a new issue