Skip to content

Commit

Permalink
Add rust-toolchain file
Browse files Browse the repository at this point in the history
Using `nightly` means that the latest available nightly version will be
used when cd'ing to a clippy checkout.
  • Loading branch information
phansch committed Jul 11, 2018
1 parent aeb653f commit 40151d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nightly

0 comments on commit 40151d9

Please sign in to comment.