Merge pull request #52 from jannic/patch-1

Update rust version requirements in README.md
This commit is contained in:
Daniel Egger
2018-10-13 21:40:23 +02:00
committed by GitHub

View File

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