Rust Release Tracker

version.rs

Track Rust compiler releases, changelogs, and upcoming milestones.

Recent Releases

1.95.0
2026-04-16
1.95.0
2026-04-16

View details →
1.94.0
2026-03-05
1.94.0
2026-03-05

  • Stabilize the config include key. The top-level include config key allows loading additional config files, enabling better organization, sharing, and management of Cargo configurations across projects and environments. docs #16284
  • Stabilize the pubtime field in registry index. This records when a crate version was published and enables time-based dependency resolution in the future. Note that crates.io will gradually backfill existing packages when a new version is published. Not all crates have pubtime yet. #16369 #16372
  • Cargo now parses TOML v1.1 for manifests and configuration files. Note that using these features in Cargo.toml will raise your development MSRV, but the published manifest remains compatible with older parsers. #16415
  • Make CARGO_BIN_EXE_ available at runtime
View details →
1.93.0
2026-01-22
1.93.0
2026-01-22

View details →
1.92.0
2025-12-11
1.92.0
2025-12-11

View details →
1.91.1
2025-11-10
1.91.1
2025-11-10

View details →
1.91.0
2025-10-30
1.91.0
2025-10-30

  • 🎉 Stabilize build.build-dir.
  • The --target flag and the build.target configuration can now take literal

View details →

Need Help? We've Got Answers

Explore our most commonly asked questions.

Data is updated on-demand when the developer runs the data pipeline and commits fresh JSON. There is no automated cron job — updates happen when new Rust releases are published or stabilization PRs change.

Contribute on GitHub

version.rs is open source. Check the repo to see how data is fetched and the site is built.