-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
rustup: Default to the beta channel #23944
Conversation
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
RUST_PACKAGE_NAME=rust-1.0.0-beta | ||
;; | ||
*) | ||
err "Currently nightly is the only supported release channel" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this say "Currently nightly and beta are the only supported release channels"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Throwback from my original commit when I didn't know where the other artifacts came from
Thanks for running with this! |
Switches rustup to using the beta channel by default
fac5d0b
to
63f3d7f
Compare
Could you cherry pick 8409d85 from my branch as well? Seems a waste to actually PR (Can also PR) |
@alexcrichton looks good to me! r=me once you decide whether to cherry pick. |
Switches rustup to using the beta channel by default. Includes rust-lang#23824 for the implementation. cc rust-lang#20453 Closes rust-lang#21149
Switches rustup to using the beta channel by default. Includes #23824 for the implementation.
cc #20453
Closes #21149