aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-10-13 12:53:31 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-15 10:47:39 +0700
commit6f7088fe28d7f930731c5d6fc596899e1a763d18 (patch)
treeba9254c0edb44de70d2a8a7c4846381ef8a1dc21
parent1face85bf30878b041f1a4b6e9fb74c170e7b0d3 (diff)
development/rustup: Updated README.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/rustup/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/rustup/README b/development/rustup/README
index f8dce7775cee..842cd2561bbf 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.