From 78acb07b6c06ea98c58c097db67626734e808fa6 Mon Sep 17 00:00:00 2001 From: Elisabeth Henry Date: Sun, 8 Oct 2017 21:52:54 +0200 Subject: [PATCH] Update CI to use Rustc 1.20.0 --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index be8d99d..256ce29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false language: rust # NOTE This configuration has only be tested on the stable channel -rust: stable +rust: 1.20.0 os: - linux diff --git a/appveyor.yml b/appveyor.yml index 4e0d39c..f073c52 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ environment: # TODO change the project name PROJECT_NAME: crowbook # TODO you may want to change which stable Rust version is used - RUST_VERSION: 1.17.0 + RUST_VERSION: 1.20.0 # TODO feel free to delete targets you are not interested in matrix: - TARGET: i686-pc-windows-gnu