We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RUSTUP_VERSION
1 parent 4d3d4d4 commit 6687879Copy full SHA for 6687879
doc/user-guide/src/environment-variables.md
@@ -25,6 +25,9 @@
25
- `RUSTUP_UPDATE_ROOT` (default `https://static.rust-lang.org/rustup`). Sets
26
the root URL for downloading self-update.
27
28
+- `RUSTUP_VERSION` (default: none). Overrides the rustup version (e.g. `1.27.1`)
29
+ to be downloaded when executing `rustup-init.sh` or `rustup self update`.
30
+
31
- `RUSTUP_IO_THREADS` *unstable* (defaults to reported cpu count). Sets the
32
number of threads to perform close IO in. Set to `1` to force
33
single-threaded IO for troubleshooting, or an arbitrary number to override
0 commit comments