From d6c5767b423af1ecab58efc7c95b5a3ac7a226ab Mon Sep 17 00:00:00 2001 From: equal-l2 Date: Fri, 30 Mar 2018 02:17:36 +0900 Subject: [PATCH] Remove incorrect version info coreutils don't build on 1.20.0 anymore because `join` uses `?` for `Option`. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 623483a2b..b1738534b 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,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.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). +The current oldest supported version of the Rust compiler is `1.22.0`. On both Windows and Redox, only the nightly version is tested currently.