Skip to content

Commit

Permalink
Update tree-sitter crate dependency to >=0.21 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexle0nte authored Jan 22, 2025
1 parent 0662afb commit c4ddea3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
33 changes: 25 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = ">= 0.21, < 0.23"
tree-sitter = ">=0.21"

[build-dependencies]
cc = "1.0"
2 changes: 1 addition & 1 deletion bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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:

```toml
tree-sitter = "0.22"
tree-sitter = "0.23"
tree-sitter-kotlin = "0.3.9"
```

Expand Down

0 comments on commit c4ddea3

Please sign in to comment.