This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ More information on the inner workings of the tool can be found
24
24
25
25
The tool is implemented as a cargo plugin. As of now, it can be obtained from this git
26
26
repository and compiled from source or installed from
27
- [ crates.io] ( https://crates.io/crates/semverver ) . Keep in mind that only the newest version
27
+ [ crates.io] ( https://crates.io/crates/semverver ) . Keep in mind that only the pinned version(in [ rust-toolchain ] )
28
28
of the nighly toolchain is supported at any given time.
29
29
30
+
30
31
If you are already using Rust nightly and have successfully installed tools like
31
32
` cargo add ` and ` cargo clippy ` , just do:
32
33
33
34
``` sh
34
- $ rustup update nightly
35
- $ rustup component add rustc-dev --toolchain nightly
35
+ $ rustup component add rustc-dev llvm-tools-preview
36
36
$ cargo +nightly install semverver
37
37
```
38
38
@@ -43,8 +43,7 @@ can be added here).
43
43
You can also install the newest version of the tool from git:
44
44
45
45
``` sh
46
- $ rustup update nightly
47
- $ rustup component add rustc-dev --toolchain nightly
46
+ $ rustup component add rustc-dev llvm-tools-preview --toolchain nightly
48
47
$ cargo +nightly install --git https://github.com/rust-dev-tools/rust-semverver
49
48
```
50
49
@@ -55,10 +54,6 @@ $ cargo +nightly install --git https://github.com/rust-dev-tools/rust-semverver
55
54
</summary >
56
55
57
56
``` sh
58
- # using rustup is recommended
59
- $ rustup update nightly
60
- $ rustup default nightly
61
-
62
57
$ git clone https://github.com/rust-dev-tools/rust-semverver
63
58
$ cd rust-semverver
64
59
$ cargo install
You can’t perform that action at this time.
0 commit comments