From 7b226ee7d3fef8987f9d89378e2ea7d2c73e774e Mon Sep 17 00:00:00 2001 From: Donald Pinckney Date: Mon, 20 May 2024 23:14:42 -0400 Subject: [PATCH] Pin tree-sitter-kotlin to 0.3.5 so that the version of tree-sitter unifies (#663) --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9bcd00cc3..8cfbf633f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,8 @@ env_logger = "0.10.0" tempdir = "0.3" serde_json = "1.0.82" -tree-sitter-kotlin = "0.3.1" +# TODO: Update if we upgrade tree-sitter to >=0.21 +tree-sitter-kotlin = "=0.3.5" tree-sitter-java = "0.20.2" # TODO: Update after: https://github.com/alex-pinkus/tree-sitter-swift/issues/278 resolves tree-sitter-swift = { git = "https://github.com/satyam1749/tree-sitter-swift.git", rev = "08a28993599f1968bc81631a89690503e1db7704" }