File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
9292 && rm -f /usr/local/bin/systemctl \
9393 #
9494 # Install rust tools
95- && rustup component add rls rust-analysis rust-src rustfmt clippy \
95+ && rustup component add rust-analyzer rust-analysis rust-src rustfmt clippy \
9696 && rustup toolchain install nightly \
9797 && rustup component add rustfmt --toolchain nightly \
9898 # Use cargo-bininstall to improve multi-arch builds
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ prepare-dev:
5050
5151# Install necessary tools
5252install-tools :
53- rustup component add rls rust-analysis rust-src rustfmt clippy
53+ rustup component add rust-analyzer rust-analysis rust-src rustfmt clippy
5454 rustup toolchain install nightly
5555 rustup component add rustfmt --toolchain nightly
5656 cargo + stable install taplo-cli cargo-nextest
You can’t perform that action at this time.
0 commit comments