Bump lib tree-sitter dependency versions in loader crate

This commit is contained in:
Max Brunsfeld 2021-09-03 13:28:58 -07:00
parent aea35461b1
commit e22b42c9e6
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@ log*.html
.idea
*.xcodeproj
.vscode
fuzz-results

View file

@ -25,13 +25,13 @@ version = "1.0"
features = ["preserve_order"]
[dependencies.tree-sitter]
version = ">= 0.19"
version = "0.20"
path = "../../lib"
[dependencies.tree-sitter-highlight]
version = ">= 0.19"
version = "0.20"
path = "../../highlight"
[dependencies.tree-sitter-tags]
version = ">= 0.19"
version = "0.20"
path = "../../tags"