mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 07:00:55 +00:00
Merge pull request #2911 from phansch/add_toolchain_file
Add rust-toolchain file
This commit is contained in:
commit
06d6710147
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ Steps to publish a new Clippy version
|
||||||
|
|
||||||
- Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`).
|
- Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`).
|
||||||
- Write a changelog entry.
|
- Write a changelog entry.
|
||||||
|
- If a nightly update is needed, update `min_version.txt` using `rustc -vV > min_version.txt`
|
||||||
- Run `./pre_publish.sh`
|
- Run `./pre_publish.sh`
|
||||||
- Review and commit all changed files
|
- Review and commit all changed files
|
||||||
- `git push`
|
- `git push`
|
||||||
|
|
1
rust-toolchain
Normal file
1
rust-toolchain
Normal file
|
@ -0,0 +1 @@
|
||||||
|
nightly
|
Loading…
Reference in a new issue