1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Change the last supported Rust version to 1.31.0

This commit is contained in:
Alex Lyon 2019-04-28 01:32:09 -07:00
parent 4469a326fd
commit c851e00dbd
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ environment:
matrix: matrix:
# minimum version # minimum version
- CHANNEL: 1.27.0 - CHANNEL: 1.31.0
ARCH: i686 ARCH: i686
ABI: msvc ABI: msvc
# "msvc" ABI # "msvc" ABI

View file

@ -17,7 +17,7 @@ matrix:
- rust: nightly - rust: nightly
fast_finish: true fast_finish: true
include: include:
- rust: 1.27.0 - rust: 1.31.0
- rust: stable - rust: stable
os: linux os: linux
env: TEST_INSTALL=true env: TEST_INSTALL=true

View file

@ -41,7 +41,7 @@ Requirements
### Rust Version ### ### Rust Version ###
uutils follows Rust's release channels and is tested against stable, beta and nightly. 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. On both Windows and Redox, only the nightly version is tested currently.