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 <yerkebulan@gmail.com>
This commit is contained in:
bors[bot] 2018-12-28 22:44:12 +00:00
commit f3f073804c
2 changed files with 2 additions and 3 deletions

View file

@ -19,8 +19,7 @@ Work on the Rust Analyzer is sponsored by
## Quick Start
Rust analyzer builds on Rust >= 1.30.0 (currently in beta) and uses
the 2018 edition.
Rust analyzer builds on Rust >= 1.31.0 and uses the 2018 edition.
```
# run tests

View file

@ -16,7 +16,7 @@ High-level architecture constraints:
It's *obvious* that the code should be shared, but OTOH, all great IDEs started as from-scratch rewrites.
* Don't hard-code a particular protocol or mode of operation.
Produce a library which could be used for implementing an LSP server, or for in-process embedding.
* As long as possible, stick with stable Rust (NB: we currently use beta for 2018 edition and salsa).
* As long as possible, stick with stable Rust.
# Current Goals