system
March 23, 2026, 4:31am
1
The 1.94.1 pre-release is ready for testing. The release is scheduled for
March 26. Release notes can be found here.
You can try it out locally by running:
RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable
The index is https://dev-static.rust-lang.org/dist/2026-03-23/index.html .
The release team is also thinking about changes to our pre-release process:
we'd love your feedback on this GitHub issue .
2 Likes
The "Cargo Update tar to 0.4.45" link in the release notes doesn't work as intended.
3 Likes
Heh, that footgun definition of
[Cargo]: https://crates.io
causing this issue is literally from around 1.0 actually. (Version 1.0.0-alpha (2015-01-09)).
Thanks for noting that! We'll probably leave it as-is in the release notes since rebuilding stable artifacts for a typo doesn't seem worth it, but we can fix in the forward port to mainline.