From 60863fc6e27d60cf4b1917499ed2259f92c7800e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Lu=C3=ADs=20dos=20Santos=20Trindade?= Date: Mon, 28 Mar 2022 21:30:40 -0300 Subject: [PATCH] Bump tree-sitter version to 0.20 (#31) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b81b59c..280c7bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ include = [ path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = "0.19" +tree-sitter = "0.20" [build-dependencies] cc = "1.0"