BACKEND
Rust v1.94.1
RESUMEN
The Rust team has published a new point release of Rust, 1.94.1. Rust is a programming language that is empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, getting Rust 1.94.1 is as easy as: rustup update stable If you don't have
Descripción Detallada
The Rust team has published a new point release of Rust, 1.94.1. Rust is a programming language that is empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, getting Rust 1.94.1 is as easy as: rustup update stable If you don't have it already, you can get rustup from the appropriate page on our website. What's in 1.94.1 Rust 1.94.1 resolves three regressions that were introduced in the 1.94.0 release. Fix std::thread::spawn on wasm32-wasip1-threads Remove new methods added to std::os::windows::fs::OpenOptionsExt The new methods were unstable, but the trait itself is not sealed and so cannot be extended with non-default methods. Clippy: fix ICE in matchsamearms Cargo: downgrade curl-sys to 0.4.83 This fixes certificate valida
Rust v1.94.1 corrige errores de la versión anterior y mejora la compatibilidad.
- Corrige problemas con std::thread::spawn en wasm32-wasip1-threads.
- Elimina métodos inestables de std::os::windows::fs::OpenOptionsExt.
- Corrige un error en Clippy relacionado con match_same_arms.
- Cargo: baja curl-sys a 0.4.83 para solucionar errores de validación de certificados en FreeBSD.
A quién le importa
Todos los que usan Rust y desean evitar errores en sus proyectos.
Generado por IA · puede contener errores
Releases Relacionados
BACKEND
Rust v1.96.0
The Rust team is happy to announce a new version of Rust, 1.96.0. Rust is a programming language empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, you can get 1.96.0 with: $ rustup update stable If you don't have it already, yo
BACKEND
Rust v1.95.0
The Rust team is happy to announce a new version of Rust, 1.95.0. Rust is a programming language empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, you can get 1.95.0 with: $ rustup update stable If you don't have it already, yo