cli: Bump tree-sitter dependency to 0.20.3

tree-sitter/tree-sitter#1504 added the capture_quantifiers API and its
usage in tree-sitter-cli, so the version should express the dependency.
This commit is contained in:
James McCoy 2022-05-17 11:07:55 -04:00
parent b729029a40
commit d11841f6ba
No known key found for this signature in database
GPG key ID: DFE691AE331BA3DB

View file

@ -41,7 +41,7 @@ webbrowser = "0.5.1"
which = "4.1.0"
[dependencies.tree-sitter]
version = "0.20"
version = "0.20.3"
path = "../lib"
[dependencies.tree-sitter-config]