Coding April 16, 2026 2 min read Rust Blog EN

Announcing Rust 1.95.0

Rust programming language releases version 1.95.0, offering improved features. Developers can update via rustup.

Coding

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, you can get rustup from the appropriate page on our website, and check out the detailed release notes for 1.95.0. If you'd like to help us out by testing future releases, you might consider updating locally to use the beta channel (rustup default beta) or the nightly channel (rustup default nightly). Please report any bugs you might come across! What's in 1.95.0 stable cfg_select! Rust 1.95 introduces a cfg_select! macro that acts roughly similar to a compile-time match on cfgs. This fulfills the same purpose as the popular cfg-if crate, although with a different syntax. cfg_select! expands to t

Referenced sources behind this article

  • Source 1

    Rust Blog

More signals in the same editorial current

Coding 2 min VS Code Blog
Visual Studio Code 1.117

A new version of Visual Studio Code, 1.117, has been released for insiders. It brings updates to users.

Coding 2 min VS Code Blog
Visual Studio Code 1.116

Visual Studio Code has released version 1.116, offering new features. Developers are affected by this update.