Skip to content

Commit

Permalink
Bump tree-sitter crate dependency to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Mar 14, 2024
1 parent 9145c62 commit 260afd9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
36 changes: 24 additions & 12 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.20"
tree-sitter = "0.22"

[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.20"
tree-sitter = "0.22"
tree-sitter-kotlin = "0.3.6"
```

Expand Down

0 comments on commit 260afd9

Please sign in to comment.