From cdafcce4008df43f65743a238ecf08f8fa3501e9 Mon Sep 17 00:00:00 2001 From: Alex Lyon Date: Sun, 12 May 2019 21:29:14 -0700 Subject: [PATCH] Redox is not tested currently, so don't mention it --- src/uucore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uucore/README.md b/src/uucore/README.md index 599b1fdab..191d41ab7 100644 --- a/src/uucore/README.md +++ b/src/uucore/README.md @@ -23,7 +23,7 @@ focused repositories/crates. uucore follows Rust's release channels and is tested against stable, beta and nightly. 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. +On Windows, only the nightly version is tested currently. License -------