Skip to content

Commit a6c1e8d

Browse files
committed
Add rust-toolchain file
Using `nightly` means that the latest available nightly version will be used when cd'ing to a clippy checkout.
1 parent aeb653f commit a6c1e8d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

PUBLISH.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Steps to publish a new Clippy version
22

33
- Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`).
44
- Write a changelog entry.
5+
- If a nightly update is needed, update `min_version.txt` using `rustc -vV > min_version.txt`
6+
new minimum rustc version.
57
- Run `./pre_publish.sh`
68
- Review and commit all changed files
79
- `git push`

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nightly

0 commit comments

Comments
 (0)