Merge pull request #573 from informaticalex/master

Indicate minimum toolchain version preventing #572
This commit is contained in:
Dongdong Zhou 2022-06-05 20:26:13 +01:00 committed by GitHub
commit a5b94c2cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ Guidelines for contributing to Lapce can be found in [`CONTRIBUTING.md`](CONTRIB
It is easy to build Lapce from source on a GNU/Linux distribution. Cargo handles the build process, all you need to do, is ensure the correct dependencies are installed.
1. If you haven't already, install the Rust compiler and Cargo using [`rustup.rs`](https://rustup.rs/).
1. Install the Rust compiler and Cargo using [`rustup.rs`](https://rustup.rs/). If you already have the toolchain, ensure you are using version 1.60 or higher.
2. Install dependencies for your operating system:

View File

@ -18,6 +18,6 @@ This document contains some useful resources for anyone wishing to contribute to
The [Wikipedia article on ropes](https://citeseer.ist.psu.edu/viewdoc/download?doi=10.1.1.14.9450&rep=rep1&type=pdf) provides an overview of the data structure.
For some context, also see [Ropes: an Alternative to Strings](https://citeseer.ist.psu.edu/viewdoc/download?doi=10.1.1.14.9450&rep=rep1&type=pdf) by Boehm, Atkinson,and Plass.
For some context, also see [Ropes: an Alternative to Strings](https://citeseer.ist.psu.edu/viewdoc/download?doi=10.1.1.14.9450&rep=rep1&type=pdf) by Boehm, Atkinson, and Plass.