Skip to content

Commit

Permalink
Rust bindings: allow tree-sitter 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickt authored May 4, 2022
1 parent 8e7fd7e commit 0861fa8
Showing 1 changed file with 1 addition and 1 deletion.
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.19"
tree-sitter = ">= 0.19, < 0.21"

[build-dependencies]
cc = "1.0"

0 comments on commit 0861fa8

Please sign in to comment.