Add rust-toolchain file
Using `nightly` means that the latest available nightly version will be used when cd'ing to a clippy checkout.
This commit is contained in:
parent
aeb653f110
commit
40151d91af
@ -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`).
|
||||
- Write a changelog entry.
|
||||
- If a nightly update is needed, update `min_version.txt` using `rustc -vV > min_version.txt`
|
||||
- Run `./pre_publish.sh`
|
||||
- Review and commit all changed files
|
||||
- `git push`
|
||||
|
1
rust-toolchain
Normal file
1
rust-toolchain
Normal file
@ -0,0 +1 @@
|
||||
nightly
|
Loading…
Reference in New Issue
Block a user