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

Rustup to rust-lang/rust#98320 #333

Merged
merged 1 commit into from
Jul 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ repository and compiled from source or installed from
of the nightly toolchain is supported at any given time.

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

```sh
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2022-07-16
$ cargo +nightly-2022-07-16 install --git https://github.com/rust-lang/rust-semverver
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2022-07-20
$ cargo +nightly-2022-07-20 install --git https://github.com/rust-lang/rust-semverver
```

You'd also need `cmake` for some dependencies, and a few common libraries (if you hit
Expand Down Expand Up @@ -122,7 +122,7 @@ carried out correctly with regards to the current version of your crate on crate

```sh
# install a current version of rust-semverver
cargo +nightly-2022-07-16 install --git https://github.com/rust-lang/rust-semverver
cargo +nightly-2022-07-20 install --git https://github.com/rust-lang/rust-semverver
# fetch the version in the manifest of your crate (adapt this to your usecase if needed)
eval "current_version=$(grep -e '^version = .*$' Cargo.toml | cut -d ' ' -f 3)"
# run the semver checks and output them for convenience
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NOTE: Keep in sync with nightly date on README
[toolchain]
channel = "nightly-2022-07-16"
channel = "nightly-2022-07-20"
components = ["llvm-tools-preview", "rustc-dev"]
4 changes: 2 additions & 2 deletions tests/full_cases/config-0.13.0-0.13.1.linux

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/full_cases/config-0.13.0-0.13.1.osx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/full_cases/config-0.13.0-0.13.1.windows_msvc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.