Skip to content

Commit f5867f4

Browse files
fix(deps): update rust crate tree-sitter-c to 0.24
1 parent cfc709a commit f5867f4

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
@@ -67,7 +67,7 @@ glob = "0.3.1"
6767
strum_macros = "0.27.0"
6868
async-recursion = "1.1.0"
6969
tree-sitter = { version = "0.25", optional = true }
70-
tree-sitter-c = { version = "0.23", optional = true }
70+
tree-sitter-c = { version = "0.24", optional = true }
7171
tree-sitter-c-sharp = { version = "0.23", optional = true }
7272
tree-sitter-cpp = { version = "0.23", optional = true }
7373
tree-sitter-go = { version = "0.23", optional = true }

0 commit comments

Comments
 (0)