We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb653f commit a6c1e8dCopy full SHA for a6c1e8d
PUBLISH.md
@@ -2,6 +2,8 @@ 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
+ new minimum rustc version.
7
- Run `./pre_publish.sh`
8
- Review and commit all changed files
9
- `git push`
rust-toolchain
@@ -0,0 +1 @@
1
+nightly
0 commit comments