Skip to content

Commit 66b11e8

Browse files
committed
Bump tree-sitter-mozcpp to 0.19.5
1 parent cf62d06 commit 66b11e8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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
@@ -37,7 +37,7 @@ tree-sitter-python = "0.19.0"
3737
tree-sitter-rust = "0.19.0"
3838
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "0.19.0" }
3939
tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "0.19.0" }
40-
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "0.19.4" }
40+
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "0.19.5" }
4141
tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "0.19.0" }
4242

4343
[dev-dependencies]

enums/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.

enums/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ tree-sitter-python = "0.19.0"
1818
tree-sitter-rust = "0.19.0"
1919
tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "0.19.0" }
2020
tree-sitter-ccomment = { path = "../tree-sitter-ccomment", version = "0.19.0" }
21-
tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "0.19.4" }
21+
tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "0.19.5" }
2222
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.4"
4+
version = "0.19.5"
55
authors = ["Calixte Denizet <[email protected]>"]
66
license = "MIT"
77
readme = "bindings/rust/README.md"

0 commit comments

Comments
 (0)