This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ repository and compiled from source or installed from
27
27
of the nighly toolchain is supported at any given time.
28
28
29
29
30
- If you are already using Rust nightly and have successfully installed tools like
31
- ` cargo add ` and ` cargo clippy ` , just do:
30
+ It's recommended to use Rust nightly-2020-11-19. You can install it by using ` rustup install nightly-2020-11-19 ` if you already have rustup.
31
+ Then you can do:
32
32
33
33
``` sh
34
- $ rustup component add rustc-dev llvm-tools-preview
35
- $ cargo +nightly install semverver
34
+ $ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2020-11-19
35
+ $ cargo +nightly-2020-11-19 install semverver
36
36
```
37
37
38
38
You'd also need ` cmake ` for some dependencies, and a few common libraries (if you hit
@@ -43,7 +43,7 @@ You can also install the newest version of the tool from git:
43
43
44
44
``` sh
45
45
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly
46
- $ cargo +nightly install --git https://github.com/rust-dev-tools/rust-semverver
46
+ $ cargo +nightly-2020-11-19 install --git https://github.com/rust-dev-tools/rust-semverver
47
47
```
48
48
49
49
<details >
You can’t perform that action at this time.
0 commit comments