Skip to content

Commit

Permalink
Merge pull request #186 from tree-sitter/loosen-ts-deps
Browse files Browse the repository at this point in the history
Loosen Rust crate's tree-sitter dependency
  • Loading branch information
dcreager committed Oct 4, 2021
2 parents 78f2f77 + 1fd3988 commit ef6ee5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -25,7 +25,7 @@ include = [
path = "bindings/rust/lib.rs"

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

[build-dependencies]
cc = "1.0"

0 comments on commit ef6ee5b

Please sign in to comment.