]> git.lizzy.rs Git - rust.git/blobdiff - README.md
use new translate_offset_with_edit for TryConvWith
[rust.git] / README.md
index 1c6facbbd5f2fe43d3b0d5a26a2fead024e37981..a6195237f4338ef9d36c86b24dfbab6d817f2cec 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
 # Rust Analyzer
 
 [![Build Status](https://travis-ci.org/rust-analyzer/rust-analyzer.svg?branch=master)](https://travis-ci.org/rust-analyzer/rust-analyzer)
-[![Build status](https://ci.appveyor.com/api/projects/status/vtt455oi3hjy9uvk/branch/master?svg=true)](https://ci.appveyor.com/project/matklad/rust-analyzer/branch/master)
-
 
 Rust Analyzer is an **experimental** modular compiler frontend for the
 Rust language, which aims to lay a foundation for excellent IDE
@@ -14,9 +12,15 @@ chunks of overall architecture (indexing, on-demand & lazy
 computation, snapshotable world view) in place. Some basic IDE
 functionality is provided via a language server.
 
+Work on the Rust Analyzer is sponsored by
+
+[![Ferrous Systems](https://ferrous-systems.com/images/ferrous-logo-text.svg)](https://ferrous-systems.com/)
+
+
 ## Quick Start
 
-Rust analyzer builds on stable Rust >= 1.29.0.
+Rust analyzer builds on Rust >= 1.30.0 (currently in beta) and uses
+the 2018 edition.
 
 ```
 # run tests
@@ -77,10 +81,8 @@ existing rustc.
 
 ## Getting in touch
 
-@matklad can be found at Rust
-[discord](https://discordapp.com/invite/rust-lang), in
-#ides-and-editors.
-
+We have a Discord server dedicated to compilers and language servers
+implemented in Rust: [https://discord.gg/sx3RQZB](https://discord.gg/sx3RQZB).
 
 ## Contributing