Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanheule committed Sep 10, 2024
1 parent 58e0be9 commit 2727821
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ doctest = false
cc = "1.0.73"

[dependencies]
tree-sitter = "0.20.6"
tree-sitter = "0.21.0"
tree-sitter-traversal = "0.1.2"
json = "0.12.4"
toml = "0.8.8"
Expand All @@ -48,12 +48,12 @@ ctrlc = "3.4"

# 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" }
tree-sitter-python = "0.20.2"
tree-sitter-java = "0.21.0"
# This is https://github.com/alex-pinkus/tree-sitter-swift/tree/0.5.0-with-generated-files
tree-sitter-swift = { git = "https://github.com/alex-pinkus/tree-sitter-swift.git", rev = "57c1c6d6ffa1c44b330182d41717e6fe37430704" }
tree-sitter-python = "0.21.0"
tree-sitter-ruby = "0.20.1"
tree-sitter-typescript = "0.20.1"
tree-sitter-typescript = "0.21.0"
# TODO: Update after https://github.com/tree-sitter/tree-sitter-go/pull/103 lands
tree-sitter-go = { git = "https://github.com/uber/tree-sitter-go.git", rev = "f8cffd0af7baaf7bf6062e403efe7c0d06319c41" }
tree-sitter-thrift = "0.5.0"
Expand Down

0 comments on commit 2727821

Please sign in to comment.