Skip to content

Commit 1ea01c5

Browse files
Update tree-sitter requirement in /tree-sitter-mozcpp
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) - [Commits](https://github.com/tree-sitter/tree-sitter/commits) --- updated-dependencies: - dependency-name: tree-sitter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92f00bc commit 1ea01c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree-sitter-mozcpp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include = [
2121
path = "bindings/rust/lib.rs"
2222

2323
[dependencies]
24-
tree-sitter = "=0.20.9"
24+
tree-sitter = "=0.20.10"
2525

2626
[build-dependencies]
2727
cc = "^1.0"

0 commit comments

Comments
 (0)