Skip to content

Commit 40151d9

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 40151d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

PUBLISH.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ 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`
56
- Run `./pre_publish.sh`
67
- Review and commit all changed files
78
- `git push`

rust-toolchain

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nightly

0 commit comments

Comments
 (0)