Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

4 items on 09 Jul 2026
Python GitHub Rust

astral-sh/ruff: 0.15.21

Release Notes Released on 2026-07-09. Preview features Add --add-ignore for adding ruff:ignore comments (#26346) [flake8-comprehensions] Drop C409 tuple comprehension preview behavior (#25707) Avoid whitespace…

Source: Ruff Releases github-actions[bot]
Rust GitHub

rust-lang/rust: Rust 1.97.0

Language Consider Result<T, Uninhabited> and ControlFlow<Uninhabited, T> to be equivalent to T for must use lint Add allow-by-default dead_code_pub_in_binary lint for unused pub items in binary crates Stabilize the…

Source: Rust Compiler Releases rustbot
Rust

Announcing Rust 1.97.0

The Rust team is happy to announce a new version of Rust, 1.97.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,…

Source: Rust Blog The Rust Release Team