-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Pin our toolchain to Rust version 1.67.1 #4673
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
@youknowone Should we specify Rust version in |
@xiaozhiyan the ci error should be a different issue. Something to do with trying to get nodejs when new versions are released though I haven't really looked into it. |
I see. Then I'll ignore the CI error for WASM. How about the location of setting Rust version?
|
I think you might be right here, we might need to explicitly inherit these like we do for the deps. |
I think https://github.com/RustPython/RustPython/blob/main/rust-toolchain may be the convenient place to specify Rust version. Otherwise we'd better remove the I would usually specify
|
I don't think that currently fails the build if only specified in We generally do always bump to the most recent version released so having |
I think Btw, Rust 1.68.0 was just officially released, but maybe it would not cause compatibility issue with current config. |
Ah, it does get respected but it doesn't fail. Instead it automatically uses the appropriate version if it already exists or does a download of the more recent version automatically. I'd personally prefer to let the user make that decision on their own after getting a build error but I could also see how this would work. |
it will be better than only showing it on README and getting continuous same issues.