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

Merge pull request #1108 from Arcterus/readme-versions

README: clarify which versions of the Rust compiler work
This commit is contained in:
mpkh 2017-12-11 10:40:25 +04:00 committed by GitHub
commit dc5f68d882
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,9 +25,11 @@ 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.
To check which one is the latest stable version of Rust visit [Rust's releases page](https://github.com/rust-lang/rust/releases). The current oldest supported version of the Rust compiler is `1.22.0`, but `1.20.0` is
known to work as well (test failures when compiling with `1.20.0` are due to the tests
themselves being broken by a change in the compiler).
On Windows, only the nightly version is tested currently. On both Windows and Redox, only the nightly version is tested currently.
Build Instructions Build Instructions
------------------ ------------------