From 82377440914dbde55c527275bd8bb0a764eecb03 Mon Sep 17 00:00:00 2001 From: Hannes De Valkeneer Date: Fri, 20 Apr 2018 21:29:50 +0200 Subject: [PATCH] update minimum version to 1.18.0 because of env_logger --- saphyr/.travis.yml | 2 +- saphyr/appveyor.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/saphyr/.travis.yml b/saphyr/.travis.yml index 1a2be7b..75f44f7 100644 --- a/saphyr/.travis.yml +++ b/saphyr/.travis.yml @@ -1,7 +1,7 @@ language: rust rust: - 1.22.1 - - 1.16.0 + - 1.18.0 - beta - nightly matrix: diff --git a/saphyr/appveyor.yml b/saphyr/appveyor.yml index 5ee211c..240c3d9 100644 --- a/saphyr/appveyor.yml +++ b/saphyr/appveyor.yml @@ -1,6 +1,6 @@ install: - - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.16.0-i686-pc-windows-gnu.exe' - - rust-1.16.0-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" + - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.18.0-i686-pc-windows-gnu.exe' + - rust-1.18.0-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin - SET PATH=%PATH%;C:\MinGW\bin - rustc -V