Skip to content

Commit dc52de8

Browse files
committed
recommend stable
1 parent 87087fa commit dc52de8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/preface.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ book:
4444
- All the code in this book uses the 2018 edition. If you are not familiar with
4545
the 2018 features and idioms check [the edition guide].
4646

47-
- Rust 1.30, 1.30-beta, nightly-2018-09-13, or a newer toolchain PLUS ARM
48-
Cortex-M compilation support.
47+
- Rust 1.31 or a newer toolchain PLUS ARM Cortex-M compilation support.
4948

5049
- [`cargo-binutils`](https://github.com/japaric/cargo-binutils). v0.1.4 or newer.
5150

@@ -63,11 +62,11 @@ Instructions common to all OSes
6362
``` console
6463
$ # Rust toolchain
6564
$ # If you start from scratch, get rustup from https://rustup.rs/
66-
$ rustup default beta
65+
$ rustup default stable
6766

6867
$ # toolchain should be newer than this one
6968
$ rustc -V
70-
rustc 1.30.0-beta.1 (14f51b05d 2018-09-18)
69+
rustc 1.31.0 (abe02cefd 2018-12-04)
7170

7271
$ rustup target add thumbv7m-none-eabi
7372

0 commit comments

Comments
 (0)