File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ $ sh rustup.sh
23
23
If you're on Windows, please download either the [ 32-bit installer] [ win32 ] or
24
24
the [ 64-bit installer] [ win64 ] and run it.
25
25
26
- [ win32 ] : https://static.rust-lang.org/dist/rust-1.0.0-beta- i686-pc-windows-gnu.msi
27
- [ win64 ] : https://static.rust-lang.org/dist/rust-1.0.0-beta- x86_64-pc-windows-gnu.msi
26
+ [ win32 ] : https://static.rust-lang.org/dist/rust-1.0.0-i686-pc-windows-gnu.msi
27
+ [ win64 ] : https://static.rust-lang.org/dist/rust-1.0.0-x86_64-pc-windows-gnu.msi
28
28
29
29
## Uninstalling
30
30
@@ -74,7 +74,7 @@ $ rustc --version
74
74
You should see the version number, commit hash, commit date and build date:
75
75
76
76
``` 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 )
78
78
```
79
79
80
80
If you did, Rust has been installed successfully! Congrats!
You can’t perform that action at this time.
0 commit comments