Skip to content

Commit

Permalink
Update tree-sitter dependency in Cargo.toml (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome authored Oct 22, 2022
1 parent a020ae0 commit f55b039
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 @@ -23,7 +23,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 f55b039

Please sign in to comment.