Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit df6c6f0

Browse files
committed
Auto merge of #333 - JohnTitor:rustup-2022-07-20, r=JohnTitor
Rustup to rust-lang/rust#98320 Fixes #332 Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2 parents 5f9bdf3 + cca6e01 commit df6c6f0

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ repository and compiled from source or installed from
2727
of the nightly toolchain is supported at any given time.
2828

2929
<!-- NOTE: Keep in sync with nightly date on rust-toolchain. -->
30-
It's recommended to use `nightly-2022-07-16` toolchain.
31-
You can install it by using `rustup install nightly-2022-07-16` if you already have rustup.
30+
It's recommended to use `nightly-2022-07-20` toolchain.
31+
You can install it by using `rustup install nightly-2022-07-20` if you already have rustup.
3232
Then you can do:
3333

3434
```sh
35-
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2022-07-16
36-
$ cargo +nightly-2022-07-16 install --git https://github.com/rust-lang/rust-semverver
35+
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2022-07-20
36+
$ cargo +nightly-2022-07-20 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
@@ -122,7 +122,7 @@ carried out correctly with regards to the current version of your crate on crate
122122

123123
```sh
124124
# install a current version of rust-semverver
125-
cargo +nightly-2022-07-16 install --git https://github.com/rust-lang/rust-semverver
125+
cargo +nightly-2022-07-20 install --git https://github.com/rust-lang/rust-semverver
126126
# fetch the version in the manifest of your crate (adapt this to your usecase if needed)
127127
eval "current_version=$(grep -e '^version = .*$' Cargo.toml | cut -d ' ' -f 3)"
128128
# run the semver checks and output them for convenience

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# NOTE: Keep in sync with nightly date on README
22
[toolchain]
3-
channel = "nightly-2022-07-16"
3+
channel = "nightly-2022-07-20"
44
components = ["llvm-tools-preview", "rustc-dev"]

tests/full_cases/config-0.13.0-0.13.1.linux

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/full_cases/config-0.13.0-0.13.1.osx

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/full_cases/config-0.13.0-0.13.1.windows_msvc

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)