Skip to content

Commit

Permalink
Updated tree-sitter dependency in pyproject
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <2n8rn1w1f@mozmail.com>
  • Loading branch information
ahelwer committed May 15, 2024
1 parent 22e7897 commit 189a44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Homepage = "https://github.com/tlaplus-community/tree-sitter-tlaplus"
Issues = "https://github.com/tlaplus-community/tree-sitter-tlaplus/issues"

[project.optional-dependencies]
core = ["tree-sitter~=0.21"]
core = ["tree-sitter~=0.22"]

[build-system]
requires = ["setuptools>=42", "wheel"]
Expand Down

0 comments on commit 189a44e

Please sign in to comment.