From 113a24855f1c4d9c8c912e6d7013f34ea9d63b82 Mon Sep 17 00:00:00 2001 From: Yerkebulan Tulibergenov Date: Fri, 28 Dec 2018 14:02:23 -0800 Subject: update README with Rust 1.31 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 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 ## 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 -- cgit v1.2.3 From 1719b93120fa3d4b11eee5c0b42619c341584f0c Mon Sep 17 00:00:00 2001 From: Yerkebulan Tulibergenov Date: Fri, 28 Dec 2018 14:38:27 -0800 Subject: don't mention beta channel Rust in ROADMAP --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 951a092b4..3856ebc5b 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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 -- cgit v1.2.3