Skip to content

Commit fe3ab21

Browse files
committed
rollup merge of #27682: neurons/np.27681
PR for [Issue #27681] (#27681). A simple update to the latest version of rust when typing the command rustc --version.
2 parents db3f063 + d73d22b commit fe3ab21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/trpl/installing-rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ $ rustc --version
8585
```
8686

8787
You should see the version number, commit hash, and commit date. If you just
88-
installed version 1.0.0, you should see:
88+
installed version 1.2.0, you should see:
8989

9090
```bash
91-
rustc 1.0.0 (a59de37e9 2015-05-13)
91+
rustc 1.2.0 (082e47636 2015-08-03)
9292
```
9393

9494
If you did, Rust has been installed successfully! Congrats!

0 commit comments

Comments
 (0)