From ecb1d18f553f1eed9fa1a26f557fa097b563709d Mon Sep 17 00:00:00 2001 From: Alexander Murphy Date: Sat, 4 Jun 2022 16:10:43 +0100 Subject: [PATCH 1/3] Indicate minimum toolchain version preventing #572 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00142ac4..fa67869c 100644 --- a/README.md +++ b/README.md @@ -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.57 or higher. 2. Install dependencies for your operating system: From 7673bb9f58d8b9795858917aacb0d344cbeee297 Mon Sep 17 00:00:00 2001 From: Alexander Murphy Date: Sat, 4 Jun 2022 16:19:46 +0100 Subject: [PATCH 2/3] added whitespace after comma --- docs/new-contributor-guide-developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new-contributor-guide-developer.md b/docs/new-contributor-guide-developer.md index a87f4bf0..fef94171 100644 --- a/docs/new-contributor-guide-developer.md +++ b/docs/new-contributor-guide-developer.md @@ -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. From 3a034a3773829cab8261bd4d3b387502f82b742a Mon Sep 17 00:00:00 2001 From: Alex <104267860+informaticalex@users.noreply.github.com> Date: Sat, 4 Jun 2022 20:54:56 +0100 Subject: [PATCH 3/3] Update minimum cargo version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa67869c..923b64fe 100644 --- a/README.md +++ b/README.md @@ -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. Install the Rust compiler and Cargo using [`rustup.rs`](https://rustup.rs/). If you already have the toolchain, ensure you are using version 1.57 or higher. +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: