From c04df377c69a00444ae1e75268b617be7bda7c2d Mon Sep 17 00:00:00 2001 From: Benjamin Beckwith Date: Mon, 10 Jun 2024 11:49:52 -0400 Subject: [PATCH] Update rust grammar --- Readme.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.org b/Readme.org index fcb2ffe..47b73c5 100644 --- a/Readme.org +++ b/Readme.org @@ -4863,7 +4863,7 @@ (json . ("https://github.com/tree-sitter/tree-sitter-json" "v0.20.2")) (python . ("https://github.com/tree-sitter/tree-sitter-python" "v0.20.4")) (toml . ("https://github.com/tree-sitter/tree-sitter-toml" "v0.5.1")) - (rust . ("https://github.com/tree-sitter/tree-sitter-rust" "v0.20.4" "src")) + (rust . ("https://github.com/tree-sitter/tree-sitter-rust" "v0.21.2" "src")) (yaml . ("https://github.com/ikatyang/tree-sitter-yaml" "v0.5.0")))) (add-to-list 'treesit-language-source-alist grammar) ;; Only install `grammar' if we don't already have it