Skip to content

Commit fcfc542

Browse files
build(deps): update tree-sitter-rust requirement in /enums
Updates the requirements on [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter-rust/releases) - [Commits](tree-sitter/tree-sitter-rust@v0.23.2...v0.24.0) --- updated-dependencies: - dependency-name: tree-sitter-rust dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d388d91 commit fcfc542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enums/Cargo.toml

+1-1
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)