aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-12-28 22:44:12 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-12-28 22:44:12 +0000
commitf3f073804cf768c0b219d89081a26bedfde8ffed (patch)
tree9b1ed063c84a2d3fc2c3ae493849a6360dc24ebd /README.md
parent751616f062b07f5dee2921f69886bd1a5b1234aa (diff)
parent1719b93120fa3d4b11eee5c0b42619c341584f0c (diff)
Merge #353
353: update README with Rust 1.31 r=matklad a=yerke Update README with Rust 1.31, since Rust 2018 edition is already on stable Co-authored-by: Yerkebulan Tulibergenov <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index a6195237f..0b7203d2c 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,7 @@ Work on the Rust Analyzer is sponsored by
19 19
20## Quick Start 20## Quick Start
21 21
22Rust analyzer builds on Rust >= 1.30.0 (currently in beta) and uses 22Rust analyzer builds on Rust >= 1.31.0 and uses the 2018 edition.
23the 2018 edition.
24 23
25``` 24```
26# run tests 25# run tests