From b35a1d6732022a41b846d6a8bcee8ecae940d260 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 31 Jan 2016 07:46:19 +0100 Subject: [PATCH] doc(README): need Rust 1.6 now [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 718015e3b2..a8b48c7f24 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ To generate the APIs yourself, you will need to meet the following prerequisites * **an internet connection and wget** * Make will download all other prerequisites automatically into hidden directories within this repository, which requires it to make some downloads via wget. * **Rust Stable** - * This project compiles on *stable* Rust only. You might consider using [Multirust][multirust] to control - the toolchain on a per-project basis + * This project compiles on *stable* Rust *1.6 or greater* only. You might consider using [Multirust][multirust] to control + the toolchain on a per-project basis. ## Using Make