File tree 1 file changed +1
-8
lines changed 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -33,20 +33,13 @@ Then you can do:
33
33
34
34
``` sh
35
35
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2020-11-19
36
- $ cargo +nightly-2020-11-19 install semverver
36
+ $ cargo +nightly-2020-11-19 install --git https://github.com/rust-lang/rust- semverver
37
37
```
38
38
39
39
You'd also need ` cmake ` for some dependencies, and a few common libraries (if you hit
40
40
build failures because of missing system-wide dependencies, please open an issue, so they
41
41
can be added here).
42
42
43
- You can also install the newest version of the tool from git:
44
-
45
- ``` 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
48
- ```
49
-
50
43
<details >
51
44
52
45
<summary >
You can’t perform that action at this time.
0 commit comments