From 3b8fede353e4ca19c45740f43a54cc236b34f55c Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 18 Sep 2018 00:37:22 +0200 Subject: [PATCH] note that 1.30-beta is not out yet --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5a277e..2bf9d22 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ 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 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). @@ -104,7 +107,7 @@ $ cargo build # License -Licensed under either of +This template is licensed under either of - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)