Rust 1.71.1 pre-release testing

The 1.71.1 pre-release is ready for testing. The release is scheduled for August 3. 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/2023-08-01/index.html.

The release team is also thinking about changes to our pre-release process: we'd love your feedback on this GitHub issue.

1 Like

One day the RELEASES.md rendering works, another day it doesn't. What's going on, GitHub!? :grin:

5 Likes

FYI, I am not able to build it using 1.71.0 version.

The build error out with: Unexpected rustc version: 1.71.0, we should use 1.70.x/1.71.1 to build source with 1.71.1.

1 Like

A fix for the version check has been posted at bootstrap: config: fix version comparison bug by kaniini · Pull Request #114440 · rust-lang/rust · GitHub.

1 Like

Enough… I’m taking counter-measures!

Install a markdown viewer extension, activate it for https://raw.githubusercontent.com in the extension settings

Set up an automatic redirect from https://github\.com/rust-lang/rust/blob/(stable|beta|master)/RELEASES\.md(#.*)? to https://raw.githubusercontent.com/rust-lang/rust/$1/RELEASES.md$2

Profit

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.