Closed
Description
Similar to what happened a few months ago in #52686, rustup fails to update the beta toolchain as rustc
and cargo
are not available anymore for the x86_64-apple-darwin
architecture:
[felix@Samaritan] $ rustup update beta
info: syncing channel updates for 'beta-x86_64-apple-darwin'
info: latest update on 2018-11-09, rust version 1.31.0-beta.5 (bf00632e3 2018-11-08)
warning: component 'rustc' is not available anymore on target 'x86_64-apple-darwin'
warning: component 'rust-std' is not available anymore on target 'x86_64-apple-darwin'
warning: component 'cargo' is not available anymore on target 'x86_64-apple-darwin'
warning: component 'rust-docs' is not available anymore on target 'x86_64-apple-darwin'
error: some components unavailable for download: 'rustc', 'cargo'