Skip to content

Commit dc3d8bc

Browse files
Update tree-sitter-ocaml requirement from 0.23.2 to 0.24.2
Updates the requirements on [tree-sitter-ocaml](https://github.com/tree-sitter/tree-sitter-ocaml) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter-ocaml/releases) - [Commits](tree-sitter/tree-sitter-ocaml@v0.23.2...v0.24.2) --- updated-dependencies: - dependency-name: tree-sitter-ocaml dependency-version: 0.24.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c785a5 commit dc3d8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function-grep/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ javascript = ["dep:tree-sitter-javascript"]
2727
tree-sitter = ">=0.23.0"
2828
tree-sitter-c = { version = "0.23.4", optional = true }
2929
tree-sitter-java = { version = "0.23.4", optional = true }
30-
tree-sitter-ocaml = { version = "0.23.2", optional = true }
30+
tree-sitter-ocaml = { version = "0.24.2", optional = true }
3131
tree-sitter-python = { version = "0.23.5", optional = true }
3232
tree-sitter-ruby = { version = "0.23.1", optional = true }
3333
tree-sitter-go = { version = "0.23.4", optional = true }

0 commit comments

Comments
 (0)