Skip to content

Commit e16b61e

Browse files
committed
Add JS_PUBLIC_API to the list of macro annotations
1 parent 2768f16 commit e16b61e

File tree

10 files changed

+96032
-94394
lines changed

10 files changed

+96032
-94394
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.3" }
40+
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "0.19.4" }
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.3" }
21+
tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "0.19.4" }
2222
tree-sitter-mozjs = { path = "../tree-sitter-mozjs", version = "0.19.0" }

0 commit comments

Comments
 (0)