-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Make rust_tools_util package compatible with current stable by lowering rust edition to 2021. #14211
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
Conversation
Whoops, my bad. Rust edition 2024 will hit stable in exactly 1 week. Do you mind waiting until then? |
I don't mind but keep in mind that not everyone is running latest stable.
Is there any benefit for a simple crate like this to reference the latest
edition?
…On Thu, Feb 13, 2025, 18:13 Philipp Krones ***@***.***> wrote:
Whoops, my bad. Rust edition 2024 will hit stable in exactly 1 week. Do
you mind waiting until then?
—
Reply to this email directly, view it on GitHub
<#14211 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA3K4U3JR6FDV5OB7EYVKD2PTHFFAVCNFSM6AAAAABXCHWB3SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJXGI2TENRTG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: flip1995]*flip1995* left a comment (rust-lang/rust-clippy#14211)
<#14211 (comment)>
Whoops, my bad. Rust edition 2024 will hit stable in exactly 1 week. Do
you mind waiting until then?
—
Reply to this email directly, view it on GitHub
<#14211 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA3K4U3JR6FDV5OB7EYVKD2PTHFFAVCNFSM6AAAAABXCHWB3SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJXGI2TENRTG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hm, crates published from the Clippy repo are kinda expected to be used with nightly. That might not apply to Please update the version of this crate everywhere though (except for lintcheck). Including |
bb10264
to
6699292
Compare
Done |
…ng rust edition to 2021.
6699292
to
f7f7888
Compare
I added a comment, so that we don't accidentally update the edition of this crate in the future. Will release, when merged. |
Released to crates.io |
Between the release of v0.4.0 and v0.4.1 the edition was pushed to 2024 by a4805ff
changelog: Use edition=2021 in
rustc_tools_util