Skip to content

Commit 267976e

Browse files
authored
Merge pull request #1794 from cuviper/rust-1.93.1
Announcing Rust 1.93.1
2 parents 083f6b2 + 50a29d7 commit 267976e

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

content/Rust-1.93.1.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
+++
2+
path = "2026/02/12/Rust-1.93.1"
3+
title = "Announcing Rust 1.93.1"
4+
authors = ["The Rust Release Team"]
5+
aliases = ["releases/1.93.1"]
6+
7+
[extra]
8+
release = true
9+
+++
10+
11+
The Rust team has published a new point release of Rust, 1.93.1. Rust is a programming language that is empowering everyone to build reliable and efficient software.
12+
13+
If you have a previous version of Rust installed via rustup, getting Rust 1.93.1 is as easy as:
14+
15+
```
16+
rustup update stable
17+
```
18+
19+
If you don't have it already, you can [get `rustup`][rustup] from the appropriate page on our website.
20+
21+
[rustup]: https://www.rust-lang.org/install.html
22+
23+
## What's in 1.93.1
24+
25+
Rust 1.93.1 resolves three regressions that were introduced in the 1.93.0 release.
26+
27+
- [Don't try to recover a keyword as a non-keyword identifier](https://github.com/rust-lang/rust/pull/150590), fixing an internal compiler error (ICE) that especially [affected rustfmt](https://github.com/rust-lang/rustfmt/issues/6739).
28+
29+
- [Fix a `clippy::panicking_unwrap` false-positive on field access with an implicit dereference](https://github.com/rust-lang/rust-clippy/pull/16196).
30+
31+
- [Revert an update to wasm-related dependencies](https://github.com/rust-lang/rust/pull/152259), fixing file descriptor leaks on the `wasm32-wasip2` target. This only affects the `rustup` component for this target, so downstream toolchain builds should check their own dependencies too.
32+
33+
### Contributors to 1.93.1
34+
35+
Many people came together to create Rust 1.93.1. We couldn't have done it without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.93.1/)

0 commit comments

Comments
 (0)