diff --git a/posts/inside-rust/2020-08-24-1.46.0-prerelease.md b/posts/inside-rust/2020-08-24-1.46.0-prerelease.md new file mode 100644 index 000000000..5d142fe79 --- /dev/null +++ b/posts/inside-rust/2020-08-24-1.46.0-prerelease.md @@ -0,0 +1,21 @@ +--- +layout: post +title: "1.46.0 pre-release testing" +author: Pietro Albini +team: The Release Team +--- + +The 1.46.0 pre-release is ready for testing. The release is scheduled for this +Thursday, August 27th. [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][internals]. + +[relnotes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1460-2020-08-27 +[internals]: https://internals.rust-lang.org/t/rust-1-46-0-pre-release-testing/12957