Skip to content

Commit

Permalink
Bump tree-sitter to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
BekaValentine authored and ahelwer committed Sep 28, 2024
1 parent a9f9c13 commit 5424e1d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 19 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "0.22.5"
tree-sitter-language = "0.1.0"

[dev-dependencies]
tree-sitter = "0.23"

[build-dependencies]
cc = "1.0.87"
Expand Down
46 changes: 28 additions & 18 deletions bindings/rust/lib.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5424e1d

Please sign in to comment.