Skip to content

Commit 013d91a

Browse files
authored
Merge pull request #777 from rust-lang/1.50.0-prerelease
Add 1.50.0 pre-release testing post
2 parents b7c8593 + a4a8b97 commit 013d91a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: post
3+
title: "1.50.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.50.0 pre-release is ready for testing. The release is scheduled for this
9+
Thursday, February 11th. [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-02-09/index.html>. You
18+
can leave feedback on the [internals thread][internals].
19+
20+
[#76980]: https://github.com/rust-lang/rust/issues/76980
21+
[relnotes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1500-2021-02-50
22+
[internals]: https://internals.rust-lang.org/t/rust-1-50-0-pre-release-testing/14012

0 commit comments

Comments
 (0)