You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to update my local components through rustup update on my macs but get following messages:
info: syncing channel updates for 'nightly-x86_64-apple-darwin'
info: latest update on 2018-11-01, rust version 1.31.0-nightly (de9666f12 2018-10-31)
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'
warning: component 'rustfmt-preview' is not available anymore on target 'x86_64-apple-darwin'
warning: component 'rls-preview' is not available anymore on target 'x86_64-apple-darwin'
warning: component 'rust-analysis' is not available anymore on target 'x86_64-apple-darwin'
warning: component 'rust-src' is not available anymore
error: some components unavailable for download: 'rustc', 'cargo'
Stable is still fine for now. Nightly on other platforms, linux for example are working.
The text was updated successfully, but these errors were encountered:
Hi all,
I tried to update my local components through
rustup update
on my macs but get following messages:Stable is still fine for now. Nightly on other platforms, linux for example are working.
The text was updated successfully, but these errors were encountered: