From 1eb4d8efe6627c41cd2094f586ef69043abec1af Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 3 Sep 2021 13:31:26 -0700 Subject: [PATCH] Bump tree-sitter dep version in tags and highlight crate --- highlight/Cargo.toml | 4 ++-- tags/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"