Skip to content

Commit f621fbf

Browse files
committed
Bump tree-sitter-rust to 0.24.0
1 parent 8eefb34 commit f621fbf

File tree

3 files changed

+346
-336
lines changed

3 files changed

+346
-336
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tree-sitter-kotlin-ng = "1.1.0"
3030
tree-sitter-typescript = "=0.23.2"
3131
tree-sitter-javascript = "=0.23.1"
3232
tree-sitter-python = "=0.23.6"
33-
tree-sitter-rust = "=0.23.2"
33+
tree-sitter-rust = "=0.24.0"
3434
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.20.3" }
3535
tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "=0.20.3" }
3636
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.4" }

enums/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tree-sitter-kotlin-ng = "1.1.0"
1414
tree-sitter-typescript = "=0.23.2"
1515
tree-sitter-javascript = "=0.23.1"
1616
tree-sitter-python = "=0.23.6"
17-
tree-sitter-rust = "=0.23.2"
17+
tree-sitter-rust = "=0.24.0"
1818
tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "=0.20.3" }
1919
tree-sitter-ccomment = { path = "../tree-sitter-ccomment", version = "=0.20.3" }
2020
tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "=0.20.4" }

0 commit comments

Comments
 (0)