From eec36b390e26a73e03b6750acbd4458e4ba38df0 Mon Sep 17 00:00:00 2001 From: Emily Albini Date: Thu, 6 Nov 2025 19:09:12 +0100 Subject: [PATCH] update release notes --- RELEASES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 74b0d4424c163..b14cc499b46d0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,11 @@ +Version 1.91.1 (2025-11-10) +=========================== + + + +- [Enable file locking support in illumos](https://github.com/rust-lang/rust/pull/148322). This fixes Cargo not locking the build directory on illumos. +- [Fix `wasm_import_module` attribute cross-crate](https://github.com/rust-lang/rust/pull/148363). This fixes linker errors on WASM targets. + Version 1.91.0 (2025-10-30) ==========================