diff --git a/Cargo.toml b/Cargo.toml index 965b562..3f05b59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ include = [ path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = ">= 0.19, < 0.25" +tree-sitter = ">= 0.19, < 0.26" [build-dependencies] cc = "1.0"