Skip to content

Commit 8c454da

Browse files
committed
Update to nightly-2020-12-01
1 parent fb6347f commit 8c454da

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ repository and compiled from source or installed from
2727
of the nightly toolchain is supported at any given time.
2828

2929
<!-- 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.
3232
Then you can do:
3333

3434
```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
3737
```
3838

3939
You'd also need `cmake` for some dependencies, and a few common libraries (if you hit
@@ -43,8 +43,8 @@ can be added here).
4343
You can also install the newest version of the tool from git:
4444

4545
```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
4848
```
4949

5050
<details>

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# NOTE: Keep in sync with nightly date on README
22
[toolchain]
3-
channel = "nightly-2020-11-19"
3+
channel = "nightly-2020-12-01"
44
components = ["llvm-tools-preview", "rustc-dev"]

0 commit comments

Comments
 (0)