diff --git a/posts/inside-rust/2023-03-20-1.68.1-prerelease.md b/posts/inside-rust/2023-03-20-1.68.1-prerelease.md new file mode 100644 index 000000000..b9220643c --- /dev/null +++ b/posts/inside-rust/2023-03-20-1.68.1-prerelease.md @@ -0,0 +1,26 @@ +--- +layout: post +title: "1.68.1 pre-release testing" +author: Release automation +team: The Release Team +--- + +The 1.68.1 pre-release is ready for testing. The release is scheduled for +March 23. [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 . + +You can leave feedback on the [internals thread](https://internals.rust-lang.org/t/rust-1-68-1-pre-release-testing/18547). + +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-1681-2023-03-23 +[feedback]: https://github.com/rust-lang/release-team/issues/16 + \ No newline at end of file