Skip to content

Commit b4a30c4

Browse files
committed
Pinpoint tree-sitter-*** versions
1 parent 0b98b55 commit b4a30c4

File tree

4 files changed

+54
-74
lines changed

4 files changed

+54
-74
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ regex = "^1.5"
2323
serde = { version = "^1.0", features = ["derive"] }
2424
termcolor = "^1.1"
2525

26-
tree-sitter = "0.19.3"
27-
tree-sitter-java = "0.19.0"
28-
tree-sitter-typescript = "0.19.0"
29-
tree-sitter-javascript = "0.19.0"
30-
tree-sitter-python = "0.19.0"
31-
tree-sitter-rust = "0.19.0"
32-
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "0.19.0" }
33-
tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "0.19.0" }
34-
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "0.19.5" }
35-
tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "0.19.0" }
26+
tree-sitter = "=0.19.3"
27+
tree-sitter-java = "=0.19.0"
28+
tree-sitter-typescript = "=0.19.0"
29+
tree-sitter-javascript = "=0.19.0"
30+
tree-sitter-python = "=0.19.0"
31+
tree-sitter-rust = "=0.19.0"
32+
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.19.0" }
33+
tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "=0.19.0" }
34+
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.19.5" }
35+
tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "=0.19.0" }
3636

3737
[dev-dependencies]
3838
pretty_assertions = "^1.0"

enums/Cargo.lock

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

enums/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ edition = "2021"
88
clap = "^2.33"
99
askama = "^0.10"
1010

11-
tree-sitter = "0.19.3"
12-
tree-sitter-java = "0.19.0"
13-
tree-sitter-typescript = "0.19.0"
14-
tree-sitter-javascript = "0.19.0"
15-
tree-sitter-python = "0.19.0"
16-
tree-sitter-rust = "0.19.0"
17-
tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "0.19.0" }
18-
tree-sitter-ccomment = { path = "../tree-sitter-ccomment", version = "0.19.0" }
19-
tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "0.19.5" }
20-
tree-sitter-mozjs = { path = "../tree-sitter-mozjs", version = "0.19.0" }
11+
tree-sitter = "=0.19.3"
12+
tree-sitter-java = "=0.19.0"
13+
tree-sitter-typescript = "=0.19.0"
14+
tree-sitter-javascript = "=0.19.0"
15+
tree-sitter-python = "=0.19.0"
16+
tree-sitter-rust = "=0.19.0"
17+
tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "=0.19.0" }
18+
tree-sitter-ccomment = { path = "../tree-sitter-ccomment", version = "=0.19.0" }
19+
tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "=0.19.5" }
20+
tree-sitter-mozjs = { path = "../tree-sitter-mozjs", version = "=0.19.0" }

0 commit comments

Comments
 (0)