You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on rust-lang/rust-clippy#13693
Adds 2 subcommands to `cargo dev`:
- `cargo dev sync update_nightly`: Which updates the nightly versions in
`rust-toolchain` and `clippy_utils/README.md`
- `cargo dev release bump_version`: Bumps the version in all relevant
`Cargo.toml` files
Those are pulled out of
rust-lang/rust-clippy#12759, which I'll rebase
on this.
Next step is to update the documentation, which I'll partly pull out of
rust-lang/rust-clippy#12762
r? @blyxyas (as you reviewed the first PR in the chain and were assigned
to the second one)
cc rust-lang/rust-clippy#13556
changelog: none
0 commit comments