From 76fa4f427b3dfcdfe0fe788d06f64fb59ba346d3 Mon Sep 17 00:00:00 2001 From: Maximilian Haack Date: Sat, 16 May 2015 17:20:07 +0200 Subject: [PATCH 1/2] 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 b8230f060e073..cce786da3d088 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! From e095e3963eb02e979ef16797f605cfc14f396e09 Mon Sep 17 00:00:00 2001 From: Maximilian Haack Date: Sat, 16 May 2015 19:18:52 +0200 Subject: [PATCH 2/2] Update windows install links to 1.0 Fixes #25489 --- src/doc/trpl/installing-rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md index cce786da3d088..b182ac745b8f4 100644 --- a/src/doc/trpl/installing-rust.md +++ b/src/doc/trpl/installing-rust.md @@ -23,8 +23,8 @@ $ sh rustup.sh If you're on Windows, please download either the [32-bit installer][win32] or the [64-bit installer][win64] and run it. -[win32]: https://static.rust-lang.org/dist/rust-1.0.0-beta-i686-pc-windows-gnu.msi -[win64]: https://static.rust-lang.org/dist/rust-1.0.0-beta-x86_64-pc-windows-gnu.msi +[win32]: https://static.rust-lang.org/dist/rust-1.0.0-i686-pc-windows-gnu.msi +[win64]: https://static.rust-lang.org/dist/rust-1.0.0-x86_64-pc-windows-gnu.msi ## Uninstalling