We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb653f commit 40151d9Copy full SHA for 40151d9
PUBLISH.md
@@ -2,6 +2,7 @@ Steps to publish a new Clippy version
2
3
- Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`).
4
- Write a changelog entry.
5
+- If a nightly update is needed, update `min_version.txt` using `rustc -vV > min_version.txt`
6
- Run `./pre_publish.sh`
7
- Review and commit all changed files
8
- `git push`
rust-toolchain
@@ -0,0 +1 @@
1
+nightly
0 commit comments