File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ $ rustc --version
90
90
You should see some output that looks something like this:
91
91
92
92
``` bash
93
- rustc 0.12. 0-nightly (b7aa03a3c 2014-09-28 11:38:01 +0000)
93
+ rustc 1.0. 0-nightly (f11f3e7ba 2015-01-04 20:02:14 +0000)
94
94
```
95
95
96
96
If you did, Rust has been installed successfully! Congrats!
Original file line number Diff line number Diff line change 7
7
<!ENTITY rustIdent " [a-zA-Z_][a-zA-Z_0-9]*" >
8
8
<!ENTITY rustIntSuf " ([iu](8|16|32|64)?)?" >
9
9
]>
10
- <language name =" Rust" version =" 0.13 .0" kateversion =" 2.4" section =" Sources" extensions =" *.rs" mimetype =" text/x-rust" priority =" 15" >
10
+ <language name =" Rust" version =" 1.0 .0" kateversion =" 2.4" section =" Sources" extensions =" *.rs" mimetype =" text/x-rust" priority =" 15" >
11
11
<highlighting >
12
12
<list name =" fn" >
13
13
<item > fn </item >
You can’t perform that action at this time.
0 commit comments