Skip to content

Commit ce6a1b4

Browse files
committed
template
1 parent ce655ec commit ce6a1b4

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

_posts/2017-10-12-Rust-1.21.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: post
3+
title: "Announcing Rust 1.21"
4+
author: The Rust Core Team
5+
---
6+
7+
The Rust team is happy to announce the latest version of Rust, 1.21.0. Rust
8+
is a systems programming language focused on safety, speed, and concurrency.
9+
10+
If you have a previous version of Rust installed, getting Rust 1.21 is as easy as:
11+
12+
```bash
13+
$ rustup update stable
14+
```
15+
16+
If you don't have it already, you can [get `rustup`][install] from the
17+
appropriate page on our website, and check out the [detailed release notes for
18+
1.21.0][notes] on GitHub.
19+
20+
[install]: https://www.rust-lang.org/install.html
21+
[notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1210-2017-10-12
22+
23+
### What's in 1.21.0 stable
24+
25+
26+
See the [detailed release notes][notes] for more.
27+
28+
#### Library stabilizations
29+
30+
31+
See the [detailed release notes][notes] for more.
32+
33+
#### Cargo features
34+
35+
36+
See the [detailed release notes][notes] for more.
37+
38+
### Contributors to 1.21.0
39+
40+
Many people came together to create Rust 1.21. We couldn't have done it without
41+
all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.21.0)

0 commit comments

Comments
 (0)