chore(deps): update tree-sitter to 0.25

This commit is contained in:
maunzCache
2025-03-30 12:45:31 +02:00
committed by Michael Hoffmann
parent de10d494db
commit ecb799c619
4 changed files with 112 additions and 9 deletions

2
Cargo.toml generated
View File

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