File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ tree-sitter-python = "=0.20.2"
3535tree-sitter-rust = " =0.20.3"
3636tree-sitter-preproc = { path = " ./tree-sitter-preproc" , version = " =0.20.1" }
3737tree-sitter-ccomment = { path = " ./tree-sitter-ccomment" , version = " =0.20.0" }
38- tree-sitter-mozcpp = { path = " ./tree-sitter-mozcpp" , version = " =0.20.1 " }
38+ tree-sitter-mozcpp = { path = " ./tree-sitter-mozcpp" , version = " =0.20.2 " }
3939tree-sitter-mozjs = { path = " ./tree-sitter-mozjs" , version = " =0.20.0" }
4040
4141[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ tree-sitter-python = "=0.20.2"
1616tree-sitter-rust = " =0.20.3"
1717tree-sitter-preproc = { path = " ../tree-sitter-preproc" , version = " =0.20.1" }
1818tree-sitter-ccomment = { path = " ../tree-sitter-ccomment" , version = " =0.20.0" }
19- tree-sitter-mozcpp = { path = " ../tree-sitter-mozcpp" , version = " =0.20.1 " }
19+ tree-sitter-mozcpp = { path = " ../tree-sitter-mozcpp" , version = " =0.20.2 " }
2020tree-sitter-mozjs = { path = " ../tree-sitter-mozjs" , version = " =0.20.0" }
2121
2222[profile .release ]
Original file line number Diff line number Diff line change 11[package ]
22name = " tree-sitter-mozcpp"
33description = " Mozcpp grammar for the tree-sitter parsing library"
4- version = " 0.20.1 "
4+ version = " 0.20.2 "
55authors = [" Calixte Denizet <cdenizet@mozilla.com>" ]
66license = " MIT"
77readme = " bindings/rust/README.md"
You can’t perform that action at this time.
0 commit comments