diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 6d2f0b7..a5bc139 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -287,7 +287,7 @@ rustup toolchain install stable printf "\n# Add rust utilities ##########################################################\n\n" cargo install rustfmt racer -rustup component add src +rustup component add rust-src rustup component add rls printf "\n# Installing Python packages ##################################################\n\n" diff --git a/org/config/installation.org b/org/config/installation.org index 6bd3ae2..da11b56 100644 --- a/org/config/installation.org +++ b/org/config/installation.org @@ -767,7 +767,7 @@ We will also need some components for development purposes: #+BEGIN_SRC fish - rustup component add src + rustup component add rust-src rustup component add rls #+END_SRC