Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make clippy version number correspond to rustc version number. #6526

Merged
merged 1 commit into from
Jan 1, 2021

Conversation

matthiaskrgr
Copy link
Member

@matthiaskrgr matthiaskrgr commented Dec 31, 2020

clippy 0.1.50 corresponds to rustc 1.50.x

This bumps the clippy version number from 0.0.212 to 0.1.50

Fixes #6499

Notes:
I used cargo --version because that way we can honour the version set in the rust-toolchain file.
When we bump the bootstrap compiler from 1.50 to 1.51, the version numbers will have to be changed to 1.51 or the test will fail.


changelog: make clippy version number correspond to rustc version number (rust 1.50.0 -> clippy 0.1.50)

clippy 0.1.50 corresponds to rustc 1.50.x

This bumps the clippy version number from 0.0.212 to 0.1.50

Fixes rust-lang#6499
@rust-highfive
Copy link

r? @Manishearth

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Dec 31, 2020
@matthiaskrgr matthiaskrgr marked this pull request as draft December 31, 2020 15:33
@Manishearth
Copy link
Member

@bors r+

finally!

@bors
Copy link
Collaborator

bors commented Jan 1, 2021

📌 Commit 59397d6 has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented Jan 1, 2021

⌛ Testing commit 59397d6 with merge 60919e4...

@bors
Copy link
Collaborator

bors commented Jan 1, 2021

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: Manishearth
Pushing 60919e4 to master...

@bors bors merged commit 60919e4 into rust-lang:master Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pin clippy version number to rustc version number?
4 participants