Skip to content

Commit 9d3844f

Browse files
committed
snap: Add rust-analyzer to snapcraft proxy list
For this to be complete, we must request the proxy to be supported in the snapcraft store. This should be done after merging this to master but before making a new release if we want it to propagate properly. Signed-off-by: Daniel Silverstone <[email protected]>
1 parent 6e7918e commit 9d3844f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/snapcraft.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343
# as rustup.$PROXY. If we have an alias which is not a supported proxy name
4444
# then rustup might get sad.
4545

46-
PROXIES="cargo cargo-clippy cargo-fmt cargo-miri clippy-driver rls rustc rustdoc rustfmt"
46+
PROXIES="cargo cargo-clippy cargo-fmt cargo-miri clippy-driver rls rustc rustdoc rustfmt rust-analyzer"
4747

4848
# From now on, things should be automagic
4949

0 commit comments

Comments
 (0)