Skip to content

Add pre-release testing post for 1.54.0 #873

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions posts/inside-rust/2021-07-26-1.54.0-prerelease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: post
title: "1.54.0 pre-release testing"
author: Pietro Albini
team: The Release Team <https://www.rust-lang.org/governance/teams/release>
---

The 1.54.0 pre-release is ready for testing. The release is scheduled for this
Thursday, July 29th. [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/2021-07-29/index.html>. You
can leave feedback on the [internals thread][internals].

[relnotes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1540-2021-07-29
[internals]: https://internals.rust-lang.org/t/1-54-0-pre-release-testing/15087