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

Commit 644b3e2

Browse files
committed
Update README
1 parent 8ef45e8 commit 644b3e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
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-12-31` toolchain.
31-
You can install it by using `rustup install nightly-2021-12-31` if you already have rustup.
30+
It's recommended to use `nightly-2022-03-13` toolchain.
31+
You can install it by using `rustup install nightly-2022-03-13` 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-12-31
36-
$ cargo +nightly-2021-12-31 install --git https://github.com/rust-lang/rust-semverver
35+
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2022-03-13
36+
$ cargo +nightly-2022-03-13 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

0 commit comments

Comments
 (0)