Skip to content

Commit

Permalink
fix git dep
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanheule committed Sep 10, 2024
1 parent 486c954 commit 1ccaee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1ccaee2

Please sign in to comment.