Skip to content

Commit 31d1991

Browse files
committed
Update the instruction not to install via crates.io
crates.io's version is outdated and we haven't figured out the release process yet. cc rust-lang#168
1 parent fb6347f commit 31d1991

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,13 @@ Then you can do:
3333

3434
```sh
3535
$ 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
3737
```
3838

3939
You'd also need `cmake` for some dependencies, and a few common libraries (if you hit
4040
build failures because of missing system-wide dependencies, please open an issue, so they
4141
can be added here).
4242

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-
5043
<details>
5144

5245
<summary>

0 commit comments

Comments
 (0)