Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 4e9164d

Browse files
committed
Update to nightly-2021-06-14
1 parent f84cb3c commit 4e9164d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 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-2021-05-21` toolchain.
31-
You can install it by using `rustup install nightly-2021-05-21` if you already have rustup.
30+
It's recommended to use `nightly-2021-06-14` toolchain.
31+
You can install it by using `rustup install nightly-2021-06-14` if you already have rustup.
3232
Then you can do:
3333

3434
```sh
35-
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2021-05-21
36-
$ cargo +nightly-2021-05-21 install --git https://github.com/rust-lang/rust-semverver
35+
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2021-06-14
36+
$ cargo +nightly-2021-06-14 install --git https://github.com/rust-lang/rust-semverver
3737
```
3838

3939
You'd also need `cmake` for some dependencies, and a few common libraries (if you hit

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-2021-05-21"
3+
channel = "nightly-2021-06-14"
44
components = ["llvm-tools-preview", "rustc-dev"]

0 commit comments

Comments
 (0)