Skip to content

Commit d73d22b

Browse files
author
Niranjan Padmanabhan
committed
Update version number response for new version of rust
1 parent dcdcc6f commit d73d22b

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)