Skip to content

Commit

Permalink
Set tree-sitter version to 0.22.3 because they removed deprecated fun…
Browse files Browse the repository at this point in the history
…ctions we use.
  • Loading branch information
Rot127 committed Aug 27, 2024
1 parent 7b515b9 commit 8d0b66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/auto-sync/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "autosync"
version = "0.1.0"
dependencies = [
"termcolor >= 2.3.0",
"tree_sitter >= 0.21.3",
"tree_sitter == 0.22.3",
"tree-sitter-cpp >=0.22.0",
"black >= 24.3.0",
"usort >= 1.0.8",
Expand Down

0 comments on commit 8d0b66f

Please sign in to comment.