]> git.lizzy.rs Git - rust.git/blobdiff - PUBLISH.md
Merge branch 'master' into version_ids
[rust.git] / PUBLISH.md
index 749eae973047af002ef3b3f2c70a655d8184570d..b85605dc3b316f64d4f5ccd7eac6d0f909e98876 100644 (file)
@@ -2,7 +2,6 @@ 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`