Pin tree-sitter to 0.20.1 (#10677)

This commit is contained in:
Alex Waygood
2023-09-07 11:23:43 +01:00
committed by GitHub
parent 4df9634427
commit aa39b996e9

View File

@@ -1,2 +1,2 @@
version = "0.20.*"
version = "0.20.1"
upstream_repository = "https://github.com/tree-sitter/py-tree-sitter"