From c851e00dbdc320cfaa2f293e74375f5fd4b9b850 Mon Sep 17 00:00:00 2001 From: Alex Lyon Date: Sun, 28 Apr 2019 01:32:09 -0700 Subject: [PATCH] Change the last supported Rust version to 1.31.0 --- .appveyor.yml | 2 +- .travis.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1175531c3..ac6e95d58 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -26,7 +26,7 @@ environment: matrix: # minimum version - - CHANNEL: 1.27.0 + - CHANNEL: 1.31.0 ARCH: i686 ABI: msvc # "msvc" ABI diff --git a/.travis.yml b/.travis.yml index 6673c1fa9..32929a629 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ matrix: - rust: nightly fast_finish: true include: - - rust: 1.27.0 + - rust: 1.31.0 - rust: stable os: linux env: TEST_INSTALL=true diff --git a/README.md b/README.md index f0cf5aab7..14527af26 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Requirements ### Rust Version ### uutils follows Rust's release channels and is tested against stable, beta and nightly. -The current oldest supported version of the Rust compiler is `1.27.0`. +The current oldest supported version of the Rust compiler is `1.31.0`. On both Windows and Redox, only the nightly version is tested currently.