Bump sibling cargo deps

This commit is contained in:
Max Brunsfeld 2020-09-24 15:22:52 -07:00
parent e24de9d225
commit 08356f79c7
4 changed files with 9 additions and 7 deletions

View file

@ -37,11 +37,11 @@ tiny_http = "0.6"
webbrowser = "0.5.1"
[dependencies.tree-sitter]
version = ">= 0.3.7"
version = ">= 0.17.0"
path = "../lib"
[dependencies.tree-sitter-highlight]
version = ">= 0.1.0"
version = ">= 0.3.0"
path = "../highlight"
[dependencies.tree-sitter-tags]