Remove rust--toolchain.toml and use rust-version in Cargo.toml#1071
Remove rust--toolchain.toml and use rust-version in Cargo.toml#1071haixuanTao merged 1 commit intodora-rs:mainfrom
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.