Skip to content

Commit

Permalink
Pin tree-sitter-kotlin to 0.3.5 so that the version of tree-sitter un…
Browse files Browse the repository at this point in the history
…ifies (#663)
  • Loading branch information
donald-pinckney committed May 21, 2024
1 parent 7c05ede commit 7b226ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 7b226ee

Please sign in to comment.