Skip to content
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
26 changes: 26 additions & 0 deletions posts/inside-rust/2023-01-25-1.67.0-prerelease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: post
title: "1.67.0 pre-release testing"
author: Release automation
team: The Release Team <https://www.rust-lang.org/governance/teams/release>
---

The 1.67.0 pre-release is ready for testing. The release is scheduled for
January 26. [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-01-25/index.html>.

You can leave feedback on the [internals thread](https://internals.rust-lang.org/t/rust-1-67-0-pre-release-testing/18203).

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-1670-2023-01-26
[feedback]: https://github.com/rust-lang/release-team/issues/16