From 91d48d137dbc1c8db22baafca3299d8bd9acefcd Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 2 Aug 2021 23:38:41 +0200 Subject: [PATCH] readme: update of the min rust version in the doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 083320ac0..43beafdba 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ to compile anywhere, and this is as good a way as any to try and learn it. ### 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.43.1`. +The current oldest supported version of the Rust compiler is `1.47`. On both Windows and Redox, only the nightly version is tested currently.