Uh oh!
There was an error while loading. Please reload this page.
build: Use "stable" channel - #14985
Conversation
andygrove
commented
Mar 3, 2025
@alamb I am not 100% sure if this is the full fix, but seems to help |
alamb
commented
Mar 3, 2025
I think the reason we moved to putting a version in toolchain.toml is to avoid breakages when the next rust release gets released... |
andygrove
commented
Mar 3, 2025
We pin the Rust version in the |
andygrove
commented
Mar 3, 2025
Rust release notes: https://github.com/rust-lang/rustup/blob/master/CHANGELOG.md |
alamb
commented
Mar 3, 2025
So then I don't think this is the right fix -- instead we should be calling The idea of putting the toolchain file in the repo was so that we controlled the version of rust useed rather than automatically pick up whatever version of Rust happened to be latest stable The rationale is described in more detail here: Let me make an alternate proposal |
alamb
commented
Mar 3, 2025
Here is my alternate proposal (which is basically to call |
Which issue does this PR close?
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?