From 6c528654dfd2325b7e7a8bdd30bc1ba59b0a4cc2 Mon Sep 17 00:00:00 2001 From: lehnberg Date: Tue, 4 Feb 2020 15:46:16 -0500 Subject: [PATCH] Update build.md to remove min version of Rust (#3219) As per https://github.com/mimblewimble/grin-pm/blob/master/notes/20200121-meeting-development.md#decision-no-min-rust-version --- doc/build.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/build.md b/doc/build.md index b2fdccd8b..543376b79 100644 --- a/doc/build.md +++ b/doc/build.md @@ -14,8 +14,9 @@ What's working so far? ## Requirements -* rust 1.34+ (use [rustup]((https://www.rustup.rs/))- i.e. `curl https://sh.rustup.rs -sSf | sh; source $HOME/.cargo/env`) - * if rust is already installed, you can simply update version with `rustup update` +* rust: Install using rustup: https://rustup.rs + * Grin currently does not support a minimum version of Rust, it is recommended to build using the latest version. + * If rust is already installed, you can update to the latest version by running `rustup update`. * clang * ncurses and libs (ncurses, ncursesw5) * zlib libs (zlib1g-dev or zlib-devel)