Announcing Rust 1.91.1
Rust 1.91.1 is a patch release fixing two critical regressions from version 1.91.0. The first addresses linker failures and runtime errors in WebAssembly builds caused by incorrect handling of the wasm_import_module attribute when importing symbols from multiple Wasm modules. The second fixes Cargo's target directory locking on illumos systems, which was inadvertently disabled due to an oversight in the File::lock standard library implementation.