This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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-2021-07-15 ` toolchain.
31
- You can install it by using ` rustup install nightly-2021-07-15 ` if you already have rustup.
30
+ It's recommended to use ` nightly-2021-07-23 ` toolchain.
31
+ You can install it by using ` rustup install nightly-2021-07-23 ` 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-2021-07-15
36
- $ cargo +nightly-2021-07-15 install --git https://github.com/rust-lang/rust-semverver
35
+ $ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2021-07-23
36
+ $ cargo +nightly-2021-07-23 install --git https://github.com/rust-lang/rust-semverver
37
37
```
38
38
39
39
You'd also need ` cmake ` for some dependencies, and a few common libraries (if you hit
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-2021-07-15 "
3
+ channel = "nightly-2021-07-23 "
4
4
components = ["llvm-tools-preview", "rustc-dev"]
You can’t perform that action at this time.
0 commit comments