diff --git a/Cargo.toml b/Cargo.toml index 2399698..b1d2e52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,10 +20,11 @@ include = [ path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = "^0.20.4" +tree-sitter = ">=0.20.4, <0.23.0" [build-dependencies] cc = "1.0" [dev-dependencies] anyhow = "1.0" +tree-sitter = "0.20.4"