Still in the 1.75 version

rustc 1.75.0 (82e1608df 2023-12-21)
rustup 1.26.0 (5af9b9484 2023-04-05)
rustup toolchain list
stable-x86_64-pc-windows-msvc (default) 
1.72.0-x86_64-pc-windows-msvc
rustup update
info: syncing channel updates for 'stable-x86_64-pc-windows-msvc'
info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
error: component 'rust-std' for target 'asmjs-unknown-emscripten' is unavailable for download for channel 'stable'
If you don't need the component, you could try a minimal installation with:

    rustup toolchain add stable --profile minimal
rustup toolchain add stable --profile minimal
info: syncing channel updates for 'stable-x86_64-pc-windows-msvc'
info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
error: component 'rust-std' for target 'asmjs-unknown-emscripten' is unavailable for download for channel 'stable'
If you don't need the component, you could try a minimal installation with:

    rustup toolchain add stable --profile minimal
rustup toolchain remove asmjs-unknown-emscripten
info: no toolchain installed for 'asmjs-unknown-emscripten'
rustup update
info: syncing channel updates for 'stable-x86_64-pc-windows-msvc'
info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
error: component 'rust-std' for target 'asmjs-unknown-emscripten' is unavailable for download for channel 'stable'
If you don't need the component, you could try a minimal installation with:

    rustup toolchain add stable --profile minimal

What to do?
To reinstall?
How to reinstall Rust?

Sorry, you can remove the asmjs-unknown-emscripten target with

rustup target remove asmjs-unknown-emscripten

rather than

rustup toolchain remove asmjs-unknown-emscripten

which I gave as erroneous answer in your previous topic.

3 Likes

Thank You Very Much

  stable-x86_64-pc-windows-msvc updated - rustc 1.81.0 (eeb90cda1 2024-09-04) (from rustc 1.75.0 (82e1608df 2023-12-21))

rustc 1.81.0 (eeb90cda1 2024-09-04)
rustup 1.27.1 (54dd3d00f 2024-04-24)
1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.