From 5d0c1bfcdf8aaad225525acad930a972b319a675 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Thu, 28 Apr 2022 12:17:48 -0400 Subject: [PATCH] Loosen tree-sitter library bounds. (#36) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 280c7bb..1e5a942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ include = [ path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = "0.20" +tree-sitter = ">= 0.19, < 0.21" [build-dependencies] cc = "1.0"