aboutsummaryrefslogtreecommitdiff
path: root/development/rustup/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/rustup/README')
-rw-r--r--development/rustup/README6
1 files changed, 2 insertions, 4 deletions
diff --git a/development/rustup/README b/development/rustup/README
index 842cd2561b..70d31e61fa 100644
--- a/development/rustup/README
+++ b/development/rustup/README
@@ -7,7 +7,8 @@ on your path before the system rust.
You are free to choose where, but here is an example for a single user:
mkdir -p $HOME/.rustup/shims
-for lnk in cargo cargo-fmt rls rustc rustdoc rustfmt rust-gdb rust-lldb
+for lnk in cargo cargo-clippy cargo-fmt cargo-miri clippy-driver \
+rls rust-gdb rust-lldb rustc rustdoc rustfmt
do
(
cd $HOME/.rustup/shims
@@ -17,6 +18,3 @@ 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.