diff --git a/highlight/Cargo.toml b/highlight/Cargo.toml index 78281df7..7acc10b9 100644 --- a/highlight/Cargo.toml +++ b/highlight/Cargo.toml @@ -4,7 +4,7 @@ description = "Library for performing syntax highlighting with Tree-sitter" version = "0.20.0" authors = [ "Max Brunsfeld ", - "Tim Clem " + "Tim Clem ", ] 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" diff --git a/tags/Cargo.toml b/tags/Cargo.toml index e59c53e8..f458c00b 100644 --- a/tags/Cargo.toml +++ b/tags/Cargo.toml @@ -4,7 +4,7 @@ description = "Library for extracting tag information" version = "0.20.0" authors = [ "Max Brunsfeld ", - "Patrick Thomson " + "Patrick Thomson ", ] 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"