From 6f7088fe28d7f930731c5d6fc596899e1a763d18 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Thu, 13 Oct 2022 12:53:31 -0500 Subject: [PATCH] development/rustup: Updated README. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- development/rustup/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/development/rustup/README b/development/rustup/README index f8dce7775c..842cd2561b 100644 --- a/development/rustup/README +++ b/development/rustup/README @@ -17,3 +17,6 @@ done Then add the directory to your path (.bashrc for example): export PATH="$HOME/.rustup/shims:$PATH" + +NOTE: rustup 1.24.3 is the latest version which will build since +1.25.0 and newer require rustc 1.61 or newer.