diff --git a/Cargo.toml b/Cargo.toml index 3150c8f..1de47ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"] path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = "~0.24" +tree-sitter = "0.24" [build-dependencies] cc = "1.0"