File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ repository and compiled from source or installed from
27
27
of the nightly toolchain is supported at any given time.
28
28
29
29
<!-- NOTE: Keep in sync with nightly date on rust-toolchain. -->
30
- It's recommended to use ` nightly-2020-11-19 ` toolchain.
31
- You can install it by using ` rustup install nightly-2020-11-19 ` if you already have rustup.
30
+ It's recommended to use ` nightly-2020-12-01 ` toolchain.
31
+ You can install it by using ` rustup install nightly-2020-12-01 ` if you already have rustup.
32
32
Then you can do:
33
33
34
34
``` sh
35
- $ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2020-11-19
36
- $ cargo +nightly-2020-11-19 install semverver
35
+ $ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2020-12-01
36
+ $ cargo +nightly-2020-12-01 install semverver
37
37
```
38
38
39
39
You'd also need ` cmake ` for some dependencies, and a few common libraries (if you hit
@@ -43,8 +43,8 @@ can be added here).
43
43
You can also install the newest version of the tool from git:
44
44
45
45
``` sh
46
- $ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2020-11-19
47
- $ cargo +nightly-2020-11-19 install --git https://github.com/rust-lang/rust-semverver
46
+ $ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2020-12-01
47
+ $ cargo +nightly-2020-12-01 install --git https://github.com/rust-lang/rust-semverver
48
48
```
49
49
50
50
<details >
Original file line number Diff line number Diff line change 1
1
# NOTE: Keep in sync with nightly date on README
2
2
[toolchain]
3
- channel = "nightly-2020-11-19 "
3
+ channel = "nightly-2020-12-01 "
4
4
components = ["llvm-tools-preview", "rustc-dev"]
You can’t perform that action at this time.
0 commit comments