-
Notifications
You must be signed in to change notification settings - Fork 30
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
chore: Bumping MSRV to 1.75 #233
Conversation
Oh wow, that's interesting. It seems like changing the MSRV caused a small change on the formatting of a specific line? |
You are changing the If you want to bump the MSRV, I think you need to change Line 19 in 3de9048
ref: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field |
Ohh, mhm, I see. I thought by bumping the entire toolchain, it would also change the version of Rust. I'm a little bit confused. Did I misunderstand what's written in the docs? Here are the exact parts that are confusing me: The Channels chapter:
The Toolchains chapter:
Do you understand what's the difference between Cargo.toml's Either way, I think we need to bump the toolchain too, right? Since we will need Clippy to be up to date with our MSRV so that all the lints work properly? Please correct me if I'm wrong. |
Ok, @sugyan! I've researched a bit more and I think I understand it now. Is this correct?
To achieve the goal of bumping the MSRV, I think both should be updated, which will ensure that |
Yes, I generally understand the same thing. As for verifying that it works with MSRV, maybe we should set up a matrix workflow in Actions in |
Also, I'll remove "Install Rust Problem Matcher". |
No description provided.