File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " tree-sitter-ocaml"
33description = " OCaml grammar for the tree-sitter parsing library"
4- version = " 0.20.4 "
4+ version = " 0.21.0 "
55authors = [
" Max Brunsfeld <[email protected] >" ]
66license = " MIT"
77readme = " bindings/rust/README.md"
@@ -25,7 +25,7 @@ include = [
2525path = " bindings/rust/lib.rs"
2626
2727[dependencies ]
28- tree-sitter = " 0.20 "
28+ tree-sitter = " 0.21 "
2929
3030[build-dependencies ]
3131cc = " 1.0"
Original file line number Diff line number Diff line change 1111
1212``` toml
1313[dependencies ]
14- tree-sitter = " 0.20 "
15- tree-sitter-ocaml = " 0.20 "
14+ tree-sitter = " 0.21 "
15+ tree-sitter-ocaml = " 0.21 "
1616```
1717
1818Typically, you will use the [ language] [ language func ] function to add this
Original file line number Diff line number Diff line change 11{
22 "name" : " tree-sitter-ocaml" ,
3- "version" : " 0.20.4 " ,
3+ "version" : " 0.21.0 " ,
44 "description" : " OCaml grammar for tree-sitter" ,
55 "keywords" : [
66 " parser" ,
You can’t perform that action at this time.
0 commit comments