From cc4d61afc17197bf5f7b7f4e6b7fcd813457b0b2 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 17 Jun 2020 18:04:52 -0400 Subject: Switch Travis to a dated Nightly. As of 2020-06-17, rustup nightlies are missing rustfmt, rls, and a few other components we care about. Pin the rust version, for now, as we need those components for testing. Check to monitor the contents of nightly releases. --- .travis.yml | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e2656f5..cda2e4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: rust rust: - - nightly + - nightly-2020-06-10 cache: cargo diff --git a/rust-toolchain b/rust-toolchain index bf867e0..4aec5c6 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly +nightly-2020-06-10 -- cgit v1.2.3