Lanzado el 22 de enero de 2026
The Rust team is happy to announce a new version of Rust, 1.93.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.93.0 with: $ rustup update stable If you don't have it already, y
<p>The Rust team is happy to announce a new version of Rust, 1.93.0. Rust is a programming language empowering everyone to build reliable and efficient software.</p> <p>If you have a previous version of Rust installed via <code>rustup</code>, you can get 1.93.0 with:</p> <pre data-lang="console" class="language-console z-code"><code class="language-console" data-lang="console"><span class="z-text z-plain">$ rustup update stable </span></code></pre> <p>If you don't have it already, you can <a href=" <code>rustup</code></a> from the appropriate page on our website, and check out the <a href=" release notes for 1.93.0</a>.</p> <p>If you'd like to help us out by testing future releases, you might consider updating locally to use the beta channel (<code>rustup default beta</code>) or the nightly channel (<code>rustup default nightly</code>). Please <a href=" any bugs you might come across!</p> <h2 id="what-s-in-1-93-0-stable"><a class="anchor" href="#what-s-in-1-93-0-stable" aria-hidden="true"></a> What's in 1.93.0 stable</h2> <h3 id="update-bundled-musl-to-1-2-5"><a class="anchor" href="#update-bundled-musl-to-1-2-5" aria-hidden="true"></a> Update bundled musl to 1.2.5</h3> <p>The various <code>*-linux-musl</code> targets now all <a href=" wit
Genera un resumen en lenguaje claro de los cambios de este release, pensado para desarrolladores.