From 738c8de23246c1e8be705163d17ce8a4288cef3d Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 23 Apr 2020 03:43:21 +0200 Subject: Bump minimum supported Rust version to 1.41.0 --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 71100b10..5b4e6493 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ os: - osx rust: - - 1.39.0 + - 1.41.0 - stable - nightly @@ -30,22 +30,22 @@ matrix: - name: "Clippy Linux" os: linux env: CLIPPY=true - rust: 1.39.0 + rust: 1.41.0 - name: "Clippy OSX" os: osx env: CLIPPY=true - rust: 1.39.0 + rust: 1.41.0 - name: "Clippy Windows" os: windows env: CLIPPY=true - rust: 1.39.0-x86_64-pc-windows-msvc + rust: 1.41.0-x86_64-pc-windows-msvc - name: "Rustfmt" os: linux env: RUSTFMT=true rust: nightly - - name: "Windows 1.39.0" + - name: "Windows 1.41.0" os: windows - rust: 1.39.0-x86_64-pc-windows-msvc + rust: 1.41.0-x86_64-pc-windows-msvc - name: "Windows Stable" os: windows rust: stable-x86_64-pc-windows-msvc -- cgit v1.2.3