From 6c4e45f3a69c71958e65fae9a15f82d0c5a27742 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Tue, 28 Jul 2020 13:00:55 +0300 Subject: Bump minimum supported Rust version to 1.43.0 --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b6c28ee7..6e1e125f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ os: - osx rust: - - 1.41.0 + - 1.43.1 - stable matrix: @@ -26,18 +26,18 @@ matrix: - name: "Clippy Linux" os: linux env: CLIPPY=true - rust: 1.41.0 + rust: 1.43.1 - name: "Clippy OSX" os: osx env: CLIPPY=true - rust: 1.41.0 + rust: 1.43.1 - name: "Clippy Windows" os: windows env: CLIPPY=true - rust: 1.41.0-x86_64-pc-windows-msvc - - name: "Windows 1.41.0" + rust: 1.43.1-x86_64-pc-windows-msvc + - name: "Windows 1.43.1" os: windows - rust: 1.41.0-x86_64-pc-windows-msvc + rust: 1.43.1-x86_64-pc-windows-msvc - name: "Windows Stable" os: windows rust: stable-x86_64-pc-windows-msvc -- cgit v1.2.3