Skip to content

Commit

Permalink
Update tree-sitter requirement from 0.23.0 to 0.24.3
Browse files Browse the repository at this point in the history
Updates the requirements on [tree-sitter](https://github.com/tree-sitter/tree-sitter) to permit the latest version.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Changelog](https://github.com/tree-sitter/tree-sitter/blob/master/CHANGELOG.md)
- [Commits](tree-sitter/tree-sitter@v0.23.0...v0.24.3)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and glehmann committed Nov 9, 2024
1 parent 91d55b1 commit be964e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ path = "bindings/rust/lib.rs"
tree-sitter-language = "0.1.0"

[dev-dependencies]
tree-sitter = "0.23.0"
tree-sitter = "0.24.3"

[build-dependencies]
cc = "1.0"

0 comments on commit be964e3

Please sign in to comment.