Skip to content

Commit 674ccdd

Browse files
committed
Release 1.93.1
1 parent f0867bf commit 674ccdd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

src/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.93.0
1+
1.93.1

0 commit comments

Comments
 (0)