From 76fa4f427b3dfcdfe0fe788d06f64fb59ba346d3 Mon Sep 17 00:00:00 2001 From: Maximilian Haack Date: Sat, 16 May 2015 17:20:07 +0200 Subject: [PATCH] Update the shown installed rust version to 1.0 :tada: :tada: :tada: --- src/doc/trpl/installing-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md index b8230f060e07..cce786da3d08 100644 --- a/src/doc/trpl/installing-rust.md +++ b/src/doc/trpl/installing-rust.md @@ -74,7 +74,7 @@ $ rustc --version You should see the version number, commit hash, commit date and build date: ```bash -rustc 1.0.0-beta (9854143cb 2015-04-02) (built 2015-04-02) +rustc 1.0.0 (a59de37e9 2015-05-13) (built 2015-05-14) ``` If you did, Rust has been installed successfully! Congrats!