diff --git a/PUBLISH.md b/PUBLISH.md index b85605dc3b3..749eae97304 100644 --- a/PUBLISH.md +++ b/PUBLISH.md @@ -2,6 +2,7 @@ Steps to publish a new Clippy version - Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`). - Write a changelog entry. +- If a nightly update is needed, update `min_version.txt` using `rustc -vV > min_version.txt` - Run `./pre_publish.sh` - Review and commit all changed files - `git push` diff --git a/rust-toolchain b/rust-toolchain new file mode 100644 index 00000000000..bf867e0ae5b --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +nightly