Skip to content

Commit 971da5f

Browse files
build(deps): update tree-sitter requirement from 0.23 to 0.24 (#105)
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.2) --- updated-dependencies: - dependency-name: tree-sitter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikolaj Sidorenco <[email protected]>
1 parent 58198be commit 971da5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ tree-sitter-language = "0.1.0"
2929
cc = "1.0.104"
3030

3131
[dev-dependencies]
32-
tree-sitter = "0.23"
32+
tree-sitter = "0.24"

0 commit comments

Comments
 (0)