aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2020-02-25 12:59:30 +0900
committerGitHub <noreply@github.com>2020-02-25 12:59:30 +0900
commit8293dd921193726d3ae503209ae6b4c3efce78fb (patch)
treea4fed7b5df828dbec9dfb4e7be01e32b3be3943b
parent8bcf2e766a07fd71890cff2e80565203ff0350d8 (diff)
parent99bc73461291ed9609f3bb1311bbe9805abc844a (diff)
downloadvim-lsp-settings-8293dd921193726d3ae503209ae6b4c3efce78fb.tar.gz
vim-lsp-settings-8293dd921193726d3ae503209ae6b4c3efce78fb.tar.bz2
vim-lsp-settings-8293dd921193726d3ae503209ae6b4c3efce78fb.zip
Merge pull request #174 from h-michael/rust-analyzer
rust-analyzer: Update binary version to 2020-02-24
-rw-r--r--installer/install-rust-analyzer.cmd2
-rwxr-xr-xinstaller/install-rust-analyzer.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/installer/install-rust-analyzer.cmd b/installer/install-rust-analyzer.cmd
index f204545..083bba2 100644
--- a/installer/install-rust-analyzer.cmd
+++ b/installer/install-rust-analyzer.cmd
@@ -1,5 +1,5 @@
@echo off
-curl -L -o rust-analyzer-windows.exe "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-02-18/rust-analyzer-windows.exe"
+curl -L -o rust-analyzer-windows.exe "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-02-24/rust-analyzer-windows.exe"
move rust-analyzer-windows.exe rust-analyzer.exe
diff --git a/installer/install-rust-analyzer.sh b/installer/install-rust-analyzer.sh
index fc0afb1..fa5a291 100755
--- a/installer/install-rust-analyzer.sh
+++ b/installer/install-rust-analyzer.sh
@@ -13,7 +13,7 @@ darwin)
;;
esac
-version="2020-02-18"
+version="2020-02-24"
curl -L -o ra_lsp_server-$platform "https://github.com/rust-analyzer/rust-analyzer/releases/download/$version/rust-analyzer-$platform"
mv rust-analyzer-$platform rust-analyzer