File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments