-
Notifications
You must be signed in to change notification settings - Fork 233
Remove rust--toolchain.toml and use rust-version in Cargo.toml #1071
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
|
Looks good to me, thanks! |
|
I don't think that rust/cargo ensures that the crate actually compiles with the specified So it's probably good to keep the |
Or can we use github ci to make sure the minimum version of rust can be compiled normally? |
|
I'm also fine with that. What do you think, @haixuanTao ? |
|
I didn't know that this did not work as expected. what does it do then? I was under the impression that it could be neat to be able to switch between rust version between nodes. |
|
I found a discussion about this: According to the official document (https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file):
|
|
I tend to remove I also looked at the official rust project, |
|
Sounds good to me! We can reuse cargo's It uses https://github.com/taiki-e/cargo-hack?tab=readme-ov-file#--rust-version . Something like this might also work for us. |
|
I opened #1094 to add a msvr CI job |
No description provided.