Skip to content

Commit 860c92f

Browse files
committed
Pin tree-sitter to v0.25.6
1 parent 0fe0ed3 commit 860c92f

File tree

9 files changed

+57207
-5713
lines changed

9 files changed

+57207
-5713
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up tree-sitter
3636
uses: tree-sitter/setup-action/cli@v1
3737
with:
38-
tree-sitter-ref: v0.24.7
38+
tree-sitter-ref: v0.25.6
3939
- name: Run tests
4040
uses: tree-sitter/parser-test-action@v2
4141
with:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ tree-sitter-language = "0.1.0"
2121
cc = "1.0"
2222

2323
[dev-dependencies]
24-
tree-sitter = "0.24"
24+
tree-sitter = "0.25.6"

0 commit comments

Comments
 (0)