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

cli: Bump tree-sitter dependency to 0.20.10
This commit is contained in:
Andrew Hlynskyi 2023-03-15 17:58:17 +02:00 committed by GitHub
commit 42f1147897
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.3"
version = "0.20.10"
path = "../lib"
[dependencies.tree-sitter-config]