Skip to content

Commit b939067

Browse files
committed
Update tree-sitter-mozcpp version
1 parent ab62123 commit b939067

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tree-sitter-python = "=0.20.2"
3535
tree-sitter-rust = "=0.20.3"
3636
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.20.1" }
3737
tree-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" }
3939
tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "=0.20.0" }
4040

4141
[dev-dependencies]

enums/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tree-sitter-python = "=0.20.2"
1616
tree-sitter-rust = "=0.20.3"
1717
tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "=0.20.1" }
1818
tree-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" }
2020
tree-sitter-mozjs = { path = "../tree-sitter-mozjs", version = "=0.20.0" }
2121

2222
[profile.release]

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.20.1"
4+
version = "0.20.2"
55
authors = ["Calixte Denizet <cdenizet@mozilla.com>"]
66
license = "MIT"
77
readme = "bindings/rust/README.md"

0 commit comments

Comments
 (0)