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:
Philipp Hansch 2018-07-11 07:59:37 +02:00
parent aeb653f110
commit 40151d91af
No known key found for this signature in database
GPG key ID: B6FA06A6E0E2665B
2 changed files with 2 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1 @@
nightly