diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,8 @@ functionality is provided via a language server. | |||
16 | 16 | ||
17 | ## Quick Start | 17 | ## Quick Start |
18 | 18 | ||
19 | Rust analyzer builds on stable Rust >= 1.29.0. | 19 | Rust analyzer builds on Rust >= 1.30.0 (currently in beta) and uses |
20 | the 2018 edition. | ||
20 | 21 | ||
21 | ``` | 22 | ``` |
22 | # run tests | 23 | # run tests |