How to install rustc 1.75.0 - huapage/rustdesk GitHub Wiki

https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe

Microsoft Windows [Version 10.0.19045.5487] (c) Microsoft Corporation. All rights reserved.

C:\install>rustup-init.exe

...

Current installation options:

default host triple: x86_64-pc-windows-msvc default toolchain: stable (default) profile: default modify PATH variable: yes

  1. Proceed with standard installation (default - just press enter)
  2. Customize installation
  3. Cancel installation

>2

I'm going to ask you the value of each of these installation options. You may simply press the Enter key to leave unchanged.

Default host triple? [x86_64-pc-windows-msvc]

Default toolchain? (stable/beta/nightly/none) [stable] 1.75.0

Profile (which tools and data to install)? (minimal/default/complete) [default]

Modify PATH variable? (Y/n) y

Current installation options:

default host triple: x86_64-pc-windows-msvc default toolchain: 1.75.0 profile: default modify PATH variable: yes

  1. Proceed with selected options (default - just press enter)
  2. Customize installation
  3. Cancel installation

>1

C:\install>rustc --version

rustc 1.75.0 (82e1608df 2023-12-21)