diff --git a/README.md b/README.md index 2bf9d22..56dc796 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,9 @@ This project is developed and maintained by the [Cortex-M team][team]. To build embedded programs using this template you'll need: -- Rust 1.30, 1.30-beta, nightly-2018-09-13 or a newer toolchain. e.g. `rustup +- Rust 1.31, 1.30-beta, nightly-2018-09-13 or a newer toolchain. e.g. `rustup default beta` -> **NOTE**: 1.30-beta is not out yet so you'll have to use the nightly channel -> in the meantime. - - The `cargo generate` subcommand. [Installation instructions](https://github.com/ashleygwilliams/cargo-generate#installation).