Skip to content

Commit c677c2f

Browse files
committed
update the output of rustc -V
1 parent 663691e commit c677c2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/preface.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ $ # Rust toolchain
6565
$ # If you start from scratch, get rustup from https://rustup.rs/
6666
$ rustup default beta
6767

68+
$ # toolchain should be newer than this one
6869
$ rustc -V
69-
rustc 1.30.0-beta (????????? 2018-09-1?)
70+
rustc 1.30.0-beta.1 (14f51b05d 2018-09-18)
7071

7172
$ rustup target add thumbv7m-none-eabi
7273

0 commit comments

Comments
 (0)