From 45b29d287fb057844689884e67e3524be46ee4fc Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 20 Apr 2022 08:37:53 +0200 Subject: [PATCH] Remove an old comment We have windows stable in the CI: https://github.com/uutils/coreutils/runs/6082164374?check_suite_focus=true And no longer Redox: https://github.com/uutils/coreutils/pull/2550 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f6df9fdcf..2dfffa017 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,6 @@ Both can also be generated locally, the instructions for that can be found in th 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.56`. -On both Windows and Redox, only the nightly version is tested currently. - ## Building There are currently two methods to build the uutils binaries: either Cargo