Merge pull request #2911 from phansch/add_toolchain_file

Add rust-toolchain file
This commit is contained in:
Oliver Schneider 2018-07-11 10:28:15 +02:00 committed by GitHub
commit 06d6710147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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`). - 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
View file

@ -0,0 +1 @@
nightly