Skip to content

Commit 7133400

Browse files
authored
Revert "build(deps): Update tree-sitter to 0.26.3 and related dependencies (#…" (#1212)
This reverts commit 121ed9a.
1 parent 121ed9a commit 7133400

File tree

10 files changed

+738
-750
lines changed

10 files changed

+738
-750
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ serde = { version = "^1.0", features = ["derive"] }
2424
termcolor = "^1.2"
2525
walkdir = "^2.3"
2626

27-
tree-sitter = "=0.26.3"
27+
tree-sitter = "=0.25.3"
2828
tree-sitter-java = "=0.23.5"
2929
tree-sitter-kotlin-ng = "1.1.0"
3030
tree-sitter-typescript = "=0.23.2"
31-
tree-sitter-javascript = "=0.25.0"
32-
tree-sitter-python = "=0.25.0"
33-
tree-sitter-rust = "=0.24.0"
31+
tree-sitter-javascript = "=0.23.1"
32+
tree-sitter-python = "=0.23.6"
33+
tree-sitter-rust = "=0.23.2"
3434
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.20.3" }
3535
tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "=0.20.3" }
3636
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.4" }

enums/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ edition = "2024"
66

77
[dependencies]
88
clap = { version = "^4.0", features = ["derive"] }
9-
askama = "^0.15"
9+
askama = "^0.14"
1010

11-
tree-sitter = "=0.26.3"
11+
tree-sitter = "=0.25.3"
1212
tree-sitter-java = "=0.23.5"
1313
tree-sitter-kotlin-ng = "1.1.0"
1414
tree-sitter-typescript = "=0.23.2"
15-
tree-sitter-javascript = "=0.25.0"
16-
tree-sitter-python = "=0.25.0"
17-
tree-sitter-rust = "=0.24.0"
15+
tree-sitter-javascript = "=0.23.1"
16+
tree-sitter-python = "=0.23.6"
17+
tree-sitter-rust = "=0.23.2"
1818
tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "=0.20.3" }
1919
tree-sitter-ccomment = { path = "../tree-sitter-ccomment", version = "=0.20.3" }
2020
tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "=0.20.4" }

0 commit comments

Comments
 (0)