Skip to content

Commit c489fa8

Browse files
rami3lshepmaster
andauthored
Apply suggestions from code review
Co-authored-by: Jake Goulding <[email protected]>
1 parent b33ae58 commit c489fa8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

content/Rustup-1.28.2.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ aliases = ["2025/04/25/Rustup-1.28.2.html"]
66
+++
77

88
The rustup team is happy to announce the release of rustup version 1.28.2.
9-
[Rustup][install] is the recommended tool to install [Rust][rust], a programming language that is
10-
empowering everyone to build reliable and efficient software.
9+
[Rustup][install] is the recommended tool to install [Rust][rust], a programming language that
10+
empowers everyone to build reliable and efficient software.
1111

1212
## What's new in rustup 1.28.2
1313

@@ -27,9 +27,7 @@ The headlines of this release are:
2727
you about your use case via [GitHub Issues][issue tracker] if it does not work well with your
2828
particular setup.
2929

30-
- Version pinning of `rustup` is now supported when installing it via `rustup-init.sh` with the `RUSTUP_VERSION`
31-
environment variable set to e.g. `1.28.2`; the same configuration will be respected when performing
32-
`rustup self update` from this version on, enabling arbitrary downgrades in the meantime. [pr#4259]
30+
- The version of `rustup` can be pinned when installing via `rustup-init.sh`. To do so, set the `RUSTUP_VERSION` environment variable to the desired version (for example `1.28.2`).
3331

3432
- `rustup set auto-install disable` can now be used to disable automatic installation of the toolchain.
3533
This is similar to the `RUSTUP_AUTO_INSTALL` environment variable introduced in v1.28.1 but with a
@@ -68,8 +66,8 @@ Rustup's documentation is also available in [the rustup book][book].
6866

6967
Rustup releases can come with problems not caused by rustup itself but just due to having a new release.
7068

71-
In particular, anti-malware scanners might be blocking rustup or stopping it from creating or copying
72-
files (especially when installing `rust-docs`, since it contains many small files).
69+
In particular, anti-malware scanners might block rustup or stop it from creating or copying
70+
files, especially when installing `rust-docs` which contains many small files.
7371

7472
Issues like this should be automatically resolved in a few weeks when the anti-malware scanners are updated
7573
to be aware of the new rustup release.

0 commit comments

Comments
 (0)