Skip to content

Commit

Permalink
Update rust version requirements in README.md
Browse files Browse the repository at this point in the history
As Cargo.toml now includes edition = "2018", it won't build with rust 1.30-stable. 1.31-stable will be the first stable version to have the edition feature enabled. (See https://internals.rust-lang.org/t/rust-2018-release-schedule-and-extended-beta/8076 for details.)

At the same time, remove the remark about 1.30-beta not being out yet, as it's out by now.
  • Loading branch information
jannic committed Oct 13, 2018
1 parent 52f2e8c commit b02a67b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -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).

Expand Down

0 comments on commit b02a67b

Please sign in to comment.