Rust

Rust Foundation · current 1.98.0

The current version of Rust is 1.98.0 (as of 20/08/2026). patchletter checks the official source daily and emails you every new release.

Rust at a glance

Rust is a systems programming language prized for memory safety and performance, increasingly used in infrastructure and security-sensitive software. The Rust project ships a new stable release roughly every six weeks, with occasional security advisories for the toolchain and standard library.

For admins Rust is a build-time toolchain rather than a runtime — applications compile to native binaries. So a Rust or standard-library security fix requires rebuilding and redeploying the affected applications, not updating a shared runtime. Keep build pipelines on a current stable Rust (rustup makes updating easy) and rebuild promptly for security releases. The crate dependencies of each application carry their own supply-chain risk — audit them (cargo audit helps). Rust's rapid release cadence rarely breaks code, thanks to its stability guarantees, so staying current is low-friction. Track the toolchain version you build with; patchletter surfaces new Rust releases.

Version history & changelog · as detected by patchletter

VersionChannelDateNotes
1.98.0STABLE20/08/2026Release notes →
1.97.1STABLE16/07/2026Release notes →
1.97.0STABLE09/07/2026Release notes →
1.96.1STABLE06/07/2026Release notes →
1.96.0STABLE28/05/2026Release notes →
1.95.0STABLE16/04/2026Release notes →
1.94.1STABLE26/03/2026Release notes →
1.94.0STABLE05/03/2026Release notes →
1.93.1STABLE12/02/2026Release notes →
1.93.0STABLE22/01/2026Release notes →
1.92.0STABLE11/12/2025Release notes →
1.91.1STABLE10/11/2025Release notes →
1.91.0STABLE30/10/2025Release notes →
1.90.0STABLE18/09/2025Release notes →
1.89.0STABLE07/08/2025Release notes →
1.88.0STABLE26/06/2025Release notes →
1.87.0STABLE15/05/2025Release notes →
1.86.0STABLE03/04/2025Release notes →
1.85.1STABLE23/03/2025Release notes →
1.85.0STABLE20/02/2025Release notes →
1.84.1STABLE31/01/2025Release notes →
1.84.0STABLE09/01/2025Release notes →
1.83.0STABLE28/11/2024Release notes →
1.82.0STABLE17/10/2024Release notes →
1.81.0STABLE05/09/2024Release notes →
1.80.1STABLE05/09/2024Release notes →
1.80.0STABLE25/07/2024Release notes →
1.79.0STABLE13/06/2024Release notes →
1.78.0STABLE02/05/2024Release notes →
1.77.2STABLE10/04/2024Release notes →
1.77.1STABLE29/03/2024Release notes →
1.77.0STABLE21/03/2024Release notes →
1.76.0STABLE08/02/2024Release notes →
1.75.0STABLE28/12/2023Release notes →
1.74.1STABLE18/12/2023Release notes →
1.74.0STABLE16/11/2023Release notes →
1.73.0STABLE06/10/2023Release notes →
1.72.1STABLE20/09/2023Release notes →
1.72.0STABLE24/08/2023Release notes →
1.71.1STABLE20/09/2023Release notes →
1.71.0STABLE13/07/2023Release notes →
1.70.0STABLE01/06/2023Release notes →
1.69.0STABLE20/04/2023Release notes →
1.68.2STABLE28/03/2023Release notes →
1.68.1STABLE27/03/2023Release notes →
1.68.0STABLE09/03/2023Release notes →
1.67.1STABLE10/02/2023Release notes →
1.67.0STABLE26/01/2023Release notes →
1.66.1STABLE11/01/2023Release notes →
1.66.0STABLE15/12/2022Release notes →

Frequently asked questions

What is the latest version of Rust?
Rust 1.98.0, released 20/08/2026. patchletter checks the vendor's official source daily for new releases.
Where can I find the Rust release notes?
The version history above links to the vendor's official release notes where the vendor publishes them. patchletter deliberately stores no vendor full texts.
How do I get notified about new Rust updates?
Free by email: patchletter reports every new release — instantly or bundled as a digest. Unsubscribe anytime with one click.

Never miss a Rust update

We check the source daily and email you — instantly or as a digest. Free, one-click unsubscribe.

Watch Rust

Embed this badge

Shows the current Rust version and updates itself. Free to use, no account needed.

Rust badge
[![Rust](https://patchletter.com/badge/rust.svg)](https://patchletter.com/en/software/rust)
https://patchletter.com/badge/rust.svg

Also available: ?v=eol (end of support) and ?v=cve (actively exploited).

Related tools in Development & DevOps