Skip to content

Add 1.58 pre-release post #912

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
Jan 11, 2022
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
25 changes: 25 additions & 0 deletions posts/inside-rust/2022-01-11-1.58.0-prerelease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: post
title: "1.58.0 pre-release testing"
author: Pietro Albini
team: The Release Team <https://www.rust-lang.org/governance/teams/release>
---

The 1.58.0 pre-release is ready for testing. The release is scheduled for this
Thursday, January 13th. [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/2022-01-11/index.html>. You
can leave feedback on the [internals thread][internals].

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-1580-2022-01-13
[internals]: https://internals.rust-lang.org/t/rust-1-58-0-pre-release-testing/15946
[feedback]: https://github.com/rust-lang/release-team/issues/16