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

Commit b06235a

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 c2624e9 commit b06235a

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

Cargo.lock

+14-4
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
@@ -29,7 +29,7 @@ serde = { version = "1.0", features = ["derive"] }
2929
serde_json = "1.0"
3030
simple_logger = "5"
3131
thiserror = "1.0"
32-
tree-sitter = "0.20"
32+
tree-sitter = "0.22"
3333
tree-sitter-highlight = "0.20"
3434
unicode-segmentation = "1.11"
3535
uuid = { version = "1.8.0", features = ["v4"] }

0 commit comments

Comments
 (0)