From de05460ad01145df9bbf63ec58932a72dd1a14d3 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Fri, 22 Mar 2024 16:38:04 +0100 Subject: [PATCH] doc/BUILD.md: correct MSRV Point to contributing.md, so we only have a single place to modify. --- doc/BUILD.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/BUILD.md b/doc/BUILD.md index 18de1afb..fceca1c7 100644 --- a/doc/BUILD.md +++ b/doc/BUILD.md @@ -8,13 +8,13 @@ this repository. They are pinned in a [`Cargo.lock`](../Cargo.lock) file at the We take security very seriously, and toolchain is a big part of that. We are moderately conservative with dependencies and aim to target reasonable compiler versions that have had time to mature (ie that had the chance to be reviewed and distributed by third parties, as well as tested by the -community). The minimum supported Rust version for `lianad` currently is `1.54`. +community). See [`CONTRIBUTING.md`](../CONTRIBUTING.md) for the currently minimum Rust version +supported by `lianad`. -If you want to not only build the daemon but the whole wallet including the GUI, you'll -unfortunately have to use a more recent `cargo`. The minimum version supported by the GUI at the -moment is `1.65`. You will most likely have to [manually download +To build the GUI too, you'll unfortunately need a more recent Rust version. The minimum version +supported by the GUI at the moment is `1.65`. You will most likely have to [manually download it](#by-manually-downloading-the-latest-stable-version) or [use `rustup`](#through-rustup) to -install such a recent compiler. +install more recent compilers. ## Getting `Cargo`