mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Change the last supported Rust version to 1.31.0
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ environment:
|
||||
|
||||
matrix:
|
||||
# minimum version
|
||||
- CHANNEL: 1.27.0
|
||||
- CHANNEL: 1.31.0
|
||||
ARCH: i686
|
||||
ABI: msvc
|
||||
# "msvc" ABI
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user