1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Remove incorrect version info

coreutils don't build on 1.20.0 anymore because `join` uses `?` for `Option`.
This commit is contained in:
equal-l2 2018-03-30 02:17:36 +09:00 committed by GitHub
parent 87d317e22f
commit d6c5767b42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,9 +35,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.22.0`, but `1.20.0` is The current oldest supported version of the Rust compiler is `1.22.0`.
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 both Windows and Redox, only the nightly version is tested currently. On both Windows and Redox, only the nightly version is tested currently.