We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80f1444 + 6e776c4 commit 1580cbeCopy full SHA for 1580cbe
posts/inside-rust/2021-05-04-1.52.0-prerelease.md
@@ -0,0 +1,21 @@
1
+---
2
+layout: post
3
+title: "1.52.0 pre-release testing"
4
+author: Pietro Albini
5
+team: The Release Team <https://www.rust-lang.org/governance/teams/release>
6
7
+
8
+The 1.52.0 pre-release is ready for testing. The release is scheduled for this
9
+Thursday, May 6th. [Release notes can be found here.][relnotes]
10
11
+You can try it out locally by running:
12
13
+```plain
14
+RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable
15
+```
16
17
+The index is <https://dev-static.rust-lang.org/dist/2021-05-04/index.html>. You
18
+can leave feedback on the [internals thread][internals].
19
20
+[relnotes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1520-2021-05-06
21
+[internals]: https://internals.rust-lang.org/t/1-52-0-prerelease-testing
0 commit comments