Bump tree-sitter version to 0.20 (#31)

This commit is contained in:
Vítor Luís dos Santos Trindade 2022-03-28 21:30:40 -03:00 committed by GitHub
parent c8d69759a7
commit 60863fc6e2
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"
[dependencies]
tree-sitter = "0.19"
tree-sitter = "0.20"
[build-dependencies]
cc = "1.0"