Merge pull request #1748 from jamessan/cli-min-ts-ver

cli: Bump tree-sitter dependency to 0.20.3
This commit is contained in:
Max Brunsfeld 2022-06-04 13:35:57 -07:00 committed by GitHub
commit 46a2a5933f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]