Skip to content

Commit 06d6710

Browse files
authored
Merge pull request #2911 from phansch/add_toolchain_file
Add rust-toolchain file
2 parents aeb653f + 40151d9 commit 06d6710

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

PUBLISH.md

Lines changed: 1 addition & 0 deletions
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

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

0 commit comments

Comments
 (0)