From 2c31db534a39cefe7c4244e2af09fbc9123120f6 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Wed, 7 Oct 2020 12:42:42 +0200 Subject: [PATCH] add post for second 1.47.0 pre-release --- .../2020-10-07-1.47.0-prerelease-2.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 posts/inside-rust/2020-10-07-1.47.0-prerelease-2.md diff --git a/posts/inside-rust/2020-10-07-1.47.0-prerelease-2.md b/posts/inside-rust/2020-10-07-1.47.0-prerelease-2.md new file mode 100644 index 000000000..d91a9b3ae --- /dev/null +++ b/posts/inside-rust/2020-10-07-1.47.0-prerelease-2.md @@ -0,0 +1,27 @@ +--- +layout: post +title: "1.47.0 second pre-release testing" +author: Pietro Albini +team: The Release Team +--- + +The second pre-release for 1.47.0 is ready for testing. The release is +scheduled for this Thursday, October 8th. [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]. + +Compared to the first pre-release, this one contains a fix for issue [#76980], +the last known regression of 1.47.0. We're interested in additional testing of +this pre-release, as it includes that last-minute change. + +[#76980]: https://github.com/rust-lang/rust/issues/76980 +[relnotes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1470-2020-10-08 +[internals]: https://internals.rust-lang.org/t/1-47-0-pre-release-testing/