Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit e1db62d

Browse files
Bump tree-sitter from 0.20.10 to 0.22.6
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.20.10 to 0.22.6. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Changelog](https://github.com/tree-sitter/tree-sitter/blob/master/CHANGELOG.md) - [Commits](https://github.com/tree-sitter/tree-sitter/commits/v0.22.6) --- updated-dependencies: - dependency-name: tree-sitter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e613bd6 commit e1db62d

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

Cargo.lock

+17-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kak-tree-sitter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde = { version = "1.0.198", features = ["derive"] }
2828
serde_json = "1.0.116"
2929
simple_logger = "4.3.3"
3030
thiserror = "1.0.59"
31-
tree-sitter = "0.20.10"
31+
tree-sitter = "0.22.6"
3232
tree-sitter-highlight = "0.20.1"
3333
unicode-segmentation = "1.11.0"
3434

0 commit comments

Comments
 (0)