Skip to content

Commit 76fa4f4

Browse files
committed
Update the shown installed rust version to 1.0
🎉 🎉 🎉
1 parent 63b000b commit 76fa4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/installing-rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $ rustc --version
7474
You should see the version number, commit hash, commit date and build date:
7575

7676
```bash
77-
rustc 1.0.0-beta (9854143cb 2015-04-02) (built 2015-04-02)
77+
rustc 1.0.0 (a59de37e9 2015-05-13) (built 2015-05-14)
7878
```
7979

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

0 commit comments

Comments
 (0)