Bump tree-sitter dep version in tags and highlight crate

This commit is contained in:
Max Brunsfeld 2021-09-03 13:31:26 -07:00
parent e22b42c9e6
commit 1eb4d8efe6
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ description = "Library for performing syntax highlighting with Tree-sitter"
version = "0.20.0"
authors = [
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
"Tim Clem <timothy.clem@gmail.com>"
"Tim Clem <timothy.clem@gmail.com>",
]
license = "MIT"
readme = "README.md"
@ -21,5 +21,5 @@ regex = "1"
thiserror = "1.0"
[dependencies.tree-sitter]
version = ">= 0.3.7"
version = "0.20"
path = "../lib"

View file

@ -4,7 +4,7 @@ description = "Library for extracting tag information"
version = "0.20.0"
authors = [
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
"Patrick Thomson <patrickt@github.com>"
"Patrick Thomson <patrickt@github.com>",
]
license = "MIT"
readme = "README.md"
@ -22,5 +22,5 @@ memchr = "2.3"
thiserror = "1.0"
[dependencies.tree-sitter]
version = ">= 0.17.0"
version = "0.20"
path = "../lib"