112 wires and counting

$ follow Rust

Keep up with Rust in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-11
stories 75

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

RUST 1.97.0 LANDS IN CRATES.IO AS COMPILER INFRASTRUCTURE TIGHTENS

By RepoJournal · Filed · About Rust · Composed from the cited sources · methodology

The Rust compiler shipped its latest minor release overnight, and crates.io has already cut over to it while the core team continues aggressive cleanup work on the AST layer.

Crates.io moved to Rust 1.97.0 [1] as part of routine toolchain maintenance, but the real momentum is in the language infrastructure work happening upstream. The Rust team landed three significant refactoring efforts: lang item collection cleanups [2], removal of redundant AST token fields that shrink node sizes [3], and a Clippy subtree update [4] that brings itertools and lint improvements across the board. The compiler infrastructure is getting leaner while maintaining compatibility. On the crates.io side, the team adopted the new `regex!` macro [5] introduced in regex 1.13, replacing boilerplate `LazyLock<Regex>` patterns with compile-time regex generation. This is the kind of ergonomic win that compounds across the ecosystem. Bootstrap now prints stack traces on panic [7], making it radically easier to debug build failures, and the c-variadic system gained support for 128-bit integers [6]. CDN IP ranges data received routine updates [8].

Quick answers

What shipped in Rust on July 11, 2026?
The Rust compiler shipped its latest minor release overnight, and crates.io has already cut over to it while the core team continues aggressive cleanup work on the AST layer. In total, 62 commits and 13 pull requests landed.
Who contributed to Rust on July 11, 2026?
10 developers shipped this update, including bors, Jiahao XU, Turbo87, renovate, workflows-crates-io[bot], oli-obk, nnethercote, and flip1995, and 2 more.
What were the notable Rust updates?
Update Rust to v1.97.0, Lang item cleanups, and Remove some AST `tokens` fields.