Skip to content

Commit 5e3192a

Browse files
committed
Upgrade tree-sitter crate to 0.19.3
1 parent c83b689 commit 5e3192a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.azure-pipelines/steps/setup-tree-sitter-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
version: 0.16.9
2+
version: 0.19.3
33

44
steps:
55
- task: NodeTool@0

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ crate-type = ["cdylib"]
1313
[dependencies]
1414
emacs = "0.17"
1515
libloading = "0.7.0"
16-
tree-sitter = "0.17.1"
16+
tree-sitter = "0.19.3"
1717
once_cell = "1.7.2"

0 commit comments

Comments
 (0)