Skip to content

Commit 50d99fb

Browse files
authored
Rollup merge of #152505 - cuviper:relnotes-1.93.1, r=Urgau
Sync relnotes for stable 1.93.1 These were added to the stable branch in #152450.
2 parents 7057231 + 1cb71f9 commit 50d99fb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 1.93.1 (2026-02-12)
2+
===========================
3+
4+
<a id="1.93.1"></a>
5+
6+
- [Don't try to recover keyword as non-keyword identifier](https://github.com/rust-lang/rust/pull/150590), fixing an ICE that especially [affected rustfmt](https://github.com/rust-lang/rustfmt/issues/6739).
7+
- [Fix `clippy::panicking_unwrap` false-positive on field access with implicit deref](https://github.com/rust-lang/rust-clippy/pull/16196).
8+
- [Revert "Update wasm-related dependencies in CI"](https://github.com/rust-lang/rust/pull/152259), fixing file descriptor leaks on the `wasm32-wasip2` target.
9+
110
Version 1.93.0 (2026-01-22)
211
==========================
312

0 commit comments

Comments
 (0)