From fe282d6dffd8594251f74f6a088d41199193a61e Mon Sep 17 00:00:00 2001 From: rchl <153197+rchl@users.noreply.github.com> Date: Wed, 11 Dec 2024 07:28:35 +0000 Subject: [PATCH] update rust-analyzer to 2024-12-09 --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index fa9d0ff..0110ec3 100644 --- a/plugin.py +++ b/plugin.py @@ -30,7 +30,7 @@ SESSION_NAME = "rust-analyzer" -TAG = "2024-12-02" +TAG = "2024-12-09" """ Update this single git tag to download a newer version. After changing this tag, go through the server settings again to see