Skip to content

Commit 9b40bc2

Browse files
committed
Update tree-sitter crate dependency to >=0.21
1 parent 76f53c4 commit 9b40bc2

File tree

3 files changed

+27
-10
lines changed

3 files changed

+27
-10
lines changed

Cargo.lock

+25-8
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.21, < 0.23"
24+
tree-sitter = ">=0.21"
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.22"
6+
tree-sitter = "0.23"
77
tree-sitter-kotlin = "0.3.9"
88
```
99

0 commit comments

Comments
 (0)