From 7cd9aff598b6cb1e0a6baca6dbfc2abccf199638 Mon Sep 17 00:00:00 2001 From: shutefan Date: Fri, 8 Dec 2017 21:13:50 +0100 Subject: [PATCH] README: clarify supported version stanza --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30a202786..70c004b3d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ to compile anywhere, and this is as good a way as any to try and learn it. Rust Version ------------ -uutils supports and is tested on version `1.20.0` and above (including beta and nightly builds) of `rustc`. +uutils follows Rust's release channels and is tested against stable, beta and nightly. +To check which one is the latest stable version of Rust visit [Rust's releases page](https://github.com/rust-lang/rust/releases). On Windows, only the nightly version is tested currently.