aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/rust_analyzer
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-06-12 00:43:33 +0200
committerWilliam Boman <william@redwill.se>2021-06-12 00:43:33 +0200
commit47450e449b215ff4bb42ee62c7f52037bbc002b7 (patch)
tree51a0b2d2c35794aff41757fa65e6b2f790cd01a5 /lua/nvim-lsp-installer/servers/rust_analyzer
parentadd get_server({server_name}) to public Lua API (#24) (diff)
downloadmason-47450e449b215ff4bb42ee62c7f52037bbc002b7.tar
mason-47450e449b215ff4bb42ee62c7f52037bbc002b7.tar.gz
mason-47450e449b215ff4bb42ee62c7f52037bbc002b7.tar.bz2
mason-47450e449b215ff4bb42ee62c7f52037bbc002b7.tar.lz
mason-47450e449b215ff4bb42ee62c7f52037bbc002b7.tar.xz
mason-47450e449b215ff4bb42ee62c7f52037bbc002b7.tar.zst
mason-47450e449b215ff4bb42ee62c7f52037bbc002b7.zip
Revert "rust_analyzer: upgrade version to 2021-06-07"
This reverts commit 42ee00e9770a9acd097202a4dbbaca1853b91e51.
Diffstat (limited to 'lua/nvim-lsp-installer/servers/rust_analyzer')
-rw-r--r--lua/nvim-lsp-installer/servers/rust_analyzer/install.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/rust_analyzer/install.mjs b/lua/nvim-lsp-installer/servers/rust_analyzer/install.mjs
index 7e26d59b..d6a9c218 100644
--- a/lua/nvim-lsp-installer/servers/rust_analyzer/install.mjs
+++ b/lua/nvim-lsp-installer/servers/rust_analyzer/install.mjs
@@ -1,4 +1,4 @@
-const VERSION = "2021-06-07";
+const VERSION = "2021-05-10";
const target = (() => {
switch (os.platform()) {