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"