-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creating file via promote-release automation
- Loading branch information
1 parent
baef3cf
commit fed5cae
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
layout: post | ||
title: "1.71.1 pre-release testing" | ||
author: Release automation | ||
team: The Release Team <https://www.rust-lang.org/governance/teams/release> | ||
--- | ||
|
||
The 1.71.1 pre-release is ready for testing. The release is scheduled for | ||
August 3. [Release notes can be found here.][relnotes] | ||
|
||
You can try it out locally by running: | ||
|
||
```plain | ||
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>. | ||
|
||
You can leave feedback on the [internals thread](https://internals.rust-lang.org/t/rust-1-71-1-pre-release-testing/19267). | ||
|
||
The release team is also thinking about changes to our pre-release process: | ||
we'd love your feedback [on this GitHub issue][feedback]. | ||
|
||
[relnotes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1711-2023-08-03 | ||
[feedback]: https://github.com/rust-lang/release-team/issues/16 | ||
|