From 23faf59f162b881eee634ba8df2b65d6b67a4113 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Wed, 15 Mar 2023 09:57:25 -0400 Subject: [PATCH] cli: Bump tree-sitter dependency to 0.20.10 tree-sitter/tree-sitter#2085 added the ts_query_is_pattern_non_local API and its usage in tree-sitter-cli, so bump version accordingly. --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ad21f0e7..f228951d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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]