From 4b5ba7d75019e20e82a9962c1e1d4431f2b8a490 Mon Sep 17 00:00:00 2001 From: Tobias Bucher Date: Sat, 23 Jun 2018 15:17:28 +0200 Subject: [PATCH] chore: Update pinned nightly so compiling works again The nightlies of 2018-06-22 don't work (https://github.com/rust-lang/rust/issues/51699, https://twitter.com/RustStatus/status/1010240719527739392?s=19). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e3cfea70ea..367577e8867 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: rust cache: cargo rust: - nightly - - nightly-2017-10-11 + - nightly-2018-06-19 - beta - stable - 1.20.0