You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/2019-11-07-Rust-1.39.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The Rust team is happy to announce a new version of Rust, 1.39.0. Rust is a prog
10
10
If you have a previous version of Rust installed via rustup, getting Rust 1.39.0 is as easy as:
11
11
12
12
```console
13
-
$ rustup update stable
13
+
rustup update stable
14
14
```
15
15
16
16
If you don't have it already, you can [get `rustup`][install] from the appropriate page on our website, and check out the [detailed release notes for 1.39.0][notes] on GitHub.
0 commit comments