From 674ccdd847d19d556c0f51967a092d89bc995664 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 10 Feb 2026 10:01:22 -0800 Subject: [PATCH] Release 1.93.1 --- RELEASES.md | 9 +++++++++ src/version | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 424e12ceec05..615146eddc92 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,12 @@ +Version 1.93.1 (2026-02-12) +=========================== + + + +- [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). +- [Fix `clippy::panicking_unwrap` false-positive on field access with implicit deref](https://github.com/rust-lang/rust-clippy/pull/16196). +- [Revert "Update wasm-related dependencies in CI"](https://github.com/rust-lang/rust/pull/152259), fixing file descriptor leaks on the `wasm32-wasip2` target. + Version 1.93.0 (2026-01-22) ========================== diff --git a/src/version b/src/version index 95784efddbc4..d8ac93bea02e 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -1.93.0 +1.93.1