From 08af9053d0e0e813389226415d389b9338cd3920 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Mon, 12 Aug 2019 20:59:51 +0200 Subject: [PATCH] Fix broken build --- .travis.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 353ef14..58c9473 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: rust before_script: -- rustup component add rustfmt + - rustup component add rustfmt matrix: fast_finish: true diff --git a/Cargo.toml b/Cargo.toml index b040039..9c36271 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rustdoc-args = ["--features docs"] docs = [] [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" crossbeam = "0.7.1" futures-preview = "0.3.0-alpha.17"