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 44
44
- All the code in this book uses the 2018 edition. If you are not familiar with
45
45
the 2018 features and idioms check [ the edition guide] .
46
46
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.
49
48
50
49
- [ ` cargo-binutils ` ] ( https://github.com/japaric/cargo-binutils ) . v0.1.4 or newer.
51
50
@@ -63,11 +62,11 @@ Instructions common to all OSes
63
62
``` console
64
63
$ # Rust toolchain
65
64
$ # If you start from scratch, get rustup from https://rustup.rs/
66
- $ rustup default beta
65
+ $ rustup default stable
67
66
68
67
$ # toolchain should be newer than this one
69
68
$ rustc -V
70
- rustc 1.30.0-beta.1 (14f51b05d 2018-09-18 )
69
+ rustc 1.31.0 (abe02cefd 2018-12-04 )
71
70
72
71
$ rustup target add thumbv7m-none-eabi
73
72
You can’t perform that action at this time.
0 commit comments