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 \
92
92
&& rm -f /usr/local/bin/systemctl \
93
93
#
94
94
# 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 \
96
96
&& rustup toolchain install nightly \
97
97
&& rustup component add rustfmt --toolchain nightly \
98
98
# Use cargo-bininstall to improve multi-arch builds
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ prepare-dev:
50
50
51
51
# Install necessary tools
52
52
install-tools :
53
- rustup component add rls rust-analysis rust-src rustfmt clippy
53
+ rustup component add rust-analyzer rust-analysis rust-src rustfmt clippy
54
54
rustup toolchain install nightly
55
55
rustup component add rustfmt --toolchain nightly
56
56
cargo + stable install taplo-cli cargo-nextest
You can’t perform that action at this time.
0 commit comments