Skip to content

Commit facd186

Browse files
authored
Update grammars (#981)
* enums: Update grammars * Update grammars * rust: Fix tests with the new grammar * Update submodule
1 parent 20ac941 commit facd186

File tree

9 files changed

+609
-613
lines changed

9 files changed

+609
-613
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ serde = { version = "^1.0", features = ["derive"] }
2727
termcolor = "^1.1"
2828
walkdir = "^2.3"
2929

30-
tree-sitter = "=0.20.2"
30+
tree-sitter = "=0.20.9"
3131
tree-sitter-java = "=0.20.0"
32-
tree-sitter-typescript = "=0.20.0"
32+
tree-sitter-typescript = "=0.20.1"
3333
tree-sitter-javascript = "=0.20.0"
34-
tree-sitter-python = "=0.20.0"
35-
tree-sitter-rust = "=0.20.0"
34+
tree-sitter-python = "=0.20.2"
35+
tree-sitter-rust = "=0.20.3"
3636
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.20.0" }
3737
tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "=0.20.0" }
3838
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.1" }

enums/Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enums/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ edition = "2021"
88
clap = { version = "^3.2", features = ["derive"] }
99
askama = "^0.11"
1010

11-
tree-sitter = ">= 0.20, < 0.21"
11+
tree-sitter = "0.20.9"
1212
tree-sitter-java = "=0.20.0"
13-
tree-sitter-typescript = "=0.20.0"
13+
tree-sitter-typescript = "=0.20.1"
1414
tree-sitter-javascript = "=0.20.0"
15-
tree-sitter-python = "=0.20.0"
16-
tree-sitter-rust = "=0.20.0"
15+
tree-sitter-python = "=0.20.2"
16+
tree-sitter-rust = "=0.20.3"
1717
tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "=0.20.0" }
1818
tree-sitter-ccomment = { path = "../tree-sitter-ccomment", version = "=0.20.0" }
1919
tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "=0.20.1" }

0 commit comments

Comments
 (0)