Skip to content

Commit 93190b3

Browse files
committed
Bump some version numbers
1 parent ea6f65c commit 93190b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $ rustc --version
9090
You should see some output that looks something like this:
9191

9292
```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)
9494
```
9595

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

src/etc/kate/rust.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!ENTITY rustIdent "[a-zA-Z_][a-zA-Z_0-9]*">
88
<!ENTITY rustIntSuf "([iu](8|16|32|64)?)?">
99
]>
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">
1111
<highlighting>
1212
<list name="fn">
1313
<item> fn </item>

0 commit comments

Comments
 (0)