deps: support tree-sitter 0.24

This commit is contained in:
maunzCache
2025-02-16 13:44:57 +01:00
committed by Michael Hoffmann
parent 9e3ec9848f
commit 6bc92930a7
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter = "~0.20.10"
tree-sitter = "~0.24"
[build-dependencies]
cc = "1.0"