Skip to content

Commit be2e001

Browse files
committed
Update mozcpp grammar to 0.20
1 parent cb62d60 commit be2e001

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tree-sitter-python = "=0.19.0"
3434
tree-sitter-rust = "=0.19.0"
3535
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.19.0" }
3636
tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "=0.19.0" }
37-
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.19.5" }
37+
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.0" }
3838
tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "=0.19.0" }
3939

4040
[dev-dependencies]

enums/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ tree-sitter-python = "=0.19.0"
1616
tree-sitter-rust = "=0.19.0"
1717
tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "=0.19.0" }
1818
tree-sitter-ccomment = { path = "../tree-sitter-ccomment", version = "=0.19.0" }
19-
tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "=0.19.5" }
19+
tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "=0.20.0" }
2020
tree-sitter-mozjs = { path = "../tree-sitter-mozjs", version = "=0.19.0" }

tree-sitter-mozcpp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-mozcpp"
33
description = "Mozcpp grammar for the tree-sitter parsing library"
4-
version = "0.19.5"
4+
version = "0.20.0"
55
authors = ["Calixte Denizet <cdenizet@mozilla.com>"]
66
license = "MIT"
77
readme = "bindings/rust/README.md"

0 commit comments

Comments
 (0)