Skip to content

Commit

Permalink
Update to nightly-2020-12-01
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Mar 31, 2021
1 parent ef47374 commit 97312f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ repository and compiled from source or installed from
of the nightly toolchain is supported at any given time.

<!-- NOTE: Keep in sync with nightly date on rust-toolchain. -->
It's recommended to use `nightly-2020-11-19` toolchain.
You can install it by using `rustup install nightly-2020-11-19` if you already have rustup.
It's recommended to use `nightly-2020-12-01` toolchain.
You can install it by using `rustup install nightly-2020-12-01` if you already have rustup.
Then you can do:

```sh
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2020-11-19
$ cargo +nightly-2020-11-19 install --git https://github.com/rust-lang/rust-semverver
$ cargo +nightly-2020-12-01 install --git https://github.com/rust-lang/rust-semverver
```

You'd also need `cmake` for some dependencies, and a few common libraries (if you hit
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NOTE: Keep in sync with nightly date on README
[toolchain]
channel = "nightly-2020-11-19"
channel = "nightly-2020-12-01"
components = ["llvm-tools-preview", "rustc-dev"]

0 comments on commit 97312f2

Please sign in to comment.