doc(README): need Rust 1.6 now

[skip ci]
This commit is contained in:
Sebastian Thiel
2016-01-31 07:46:19 +01:00
parent 8732b5f869
commit b35a1d6732

View File

@@ -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