diff --git a/script/download-rust-analyzer b/script/download-rust-analyzer index 8cc0c00e6f468320bedc76baa194ab73ae8303f1..8c366c5609fc9fc813973a41ade4ca33d4103c8b 100755 --- a/script/download-rust-analyzer +++ b/script/download-rust-analyzer @@ -2,7 +2,7 @@ set -e -export RUST_ANALYZER_URL="https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-10-18/" +export RUST_ANALYZER_URL="https://github.com/rust-analyzer/rust-analyzer/releases/download/2022-01-24/" function download { local filename="rust-analyzer-$1"