From 1ccaee2fce36496584962b0c7653bb0d43293059 Mon Sep 17 00:00:00 2001 From: Stefan Heule Date: Tue, 10 Sep 2024 11:48:39 -0700 Subject: [PATCH] fix git dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 693656e99..18f802f05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ ctrlc = "3.4" # TODO: Update if we upgrade tree-sitter to >=0.21 tree-sitter-kotlin = "=0.3.5" tree-sitter-java = "0.21.0" -tree-sitter-swift = { git = "https://github.com/alex-pinkus/tree-sitter-swift.git", tag = "0.4.3" } +tree-sitter-swift = { git = "https://github.com/alex-pinkus/tree-sitter-swift.git", tag = "0.4.3-with-generated-files" } tree-sitter-python = "0.21.0" tree-sitter-ruby = "0.20.1" tree-sitter-typescript = "0.21.0"