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

Commit 260afd9

Browse files
committed
Bump tree-sitter crate dependency to 0.22
1 parent 9145c62 commit 260afd9

File tree

3 files changed

+26
-14
lines changed

3 files changed

+26
-14
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include = [
2121
path = "bindings/rust/lib.rs"
2222

2323
[dependencies]
24-
tree-sitter = "0.20"
24+
tree-sitter = "0.22"
2525

2626
[build-dependencies]
2727
cc = "1.0"

bindings/rust/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This crate provides a Kotlin grammar for the [tree-sitter](https://tree-sitter.github.io/tree-sitter/) parsing library. To use this crate, add it to the `[dependencies]` section of your `Cargo.toml` file:
44

55
```toml
6-
tree-sitter = "0.20"
6+
tree-sitter = "0.22"
77
tree-sitter-kotlin = "0.3.6"
88
```
99

0 commit comments

Comments
 (0)