Bump tree-sitter dep version in tags and highlight crate
This commit is contained in:
parent
e22b42c9e6
commit
1eb4d8efe6
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue