From d11841f6ba6dc23cfbb5c95325430956ecaee4ee Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 17 May 2022 11:07:55 -0400 Subject: [PATCH] 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. --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index beb8aeb0..b75046d9 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" +version = "0.20.3" path = "../lib" [dependencies.tree-sitter-config]