diff --git a/Cargo.toml b/Cargo.toml index ba5cb0ec..3c38ae5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ include = [ path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = "0.19" +tree-sitter = ">= 0.19, < 0.21" [build-dependencies] cc = "1.0"