File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ several MBs in size.
30
30
We'll use all the tools listed below. Where a minimum version is not specified, any recent version
31
31
should work but we have listed the version we have tested.
32
32
33
- - Rust 1.30, 1.30-beta, nightly-2018-09-13, or a newer toolchain.
33
+ - Rust 1.31 or a newer toolchain.
34
34
35
35
- [ ` itmdump ` ] v0.2.1
36
36
@@ -67,18 +67,13 @@ Next, follow OS-agnostic installation instructions for a few of the tools:
67
67
68
68
Install rustup by following the instructions at [ https://rustup.rs ] ( https://rustup.rs ) .
69
69
70
- Then, install or switch to the beta channel.
71
-
72
- ``` console
73
- $ rustup default beta
74
- ```
75
-
76
- ** NOTE** Make sure you have a toolchain newer than ` 1.30-beta.1 ` . ` rustc -V `
77
- should return a date newer than the one shown below:
70
+ If you already have rustup installed double check that you are on the stable
71
+ channel and your stable toolchain is up to date. ` rustc -V ` should return a date
72
+ newer than the one shown below:
78
73
79
74
``` console
80
75
$ rustc -V
81
- rustc 1.30.0-beta.1 (14f51b05d 2018-09-18 )
76
+ rustc 1.31.0 (abe02cefd 2018-12-04 )
82
77
```
83
78
84
79
### ` itmdump `
You can’t perform that action at this time.
0 commit comments