Loosen tree-sitter library bounds. (#36)

This commit is contained in:
Patrick Thomson 2022-04-28 12:17:48 -04:00 committed by GitHub
parent ec1c4cac1b
commit 5d0c1bfcdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ include = [
path = "bindings/rust/lib.rs" path = "bindings/rust/lib.rs"
[dependencies] [dependencies]
tree-sitter = "0.20" tree-sitter = ">= 0.19, < 0.21"
[build-dependencies] [build-dependencies]
cc = "1.0" cc = "1.0"