We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e3a3f commit 6c7227dCopy full SHA for 6c7227d
README.md
@@ -32,6 +32,7 @@ If you are already using Rust nightly and have successfully installed tools like
32
33
```sh
34
$ rustup update nightly
35
+$ rustup component add rustc-dev --toolchain nightly
36
$ cargo +nightly install semverver
37
```
38
@@ -43,6 +44,7 @@ You can also install the newest version of the tool from git:
43
44
45
46
47
48
$ cargo +nightly install --git https://github.com/rust-dev-tools/rust-semverver
49
50
0 commit comments