From d17d1b36b28b06b177c6c36e7cd71708d16eabac Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 12 May 2020 16:32:37 -0700 Subject: [PATCH] tags: 0.2.0 --- Cargo.lock | 8 ++++---- tags/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 710e822d..8baba27d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -763,14 +763,14 @@ dependencies = [ "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "tiny_http 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "tree-sitter 0.16.0", - "tree-sitter-highlight 0.1.6", - "tree-sitter-tags 0.1.6", + "tree-sitter-highlight 0.2.0", + "tree-sitter-tags 0.2.0", "webbrowser 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tree-sitter-highlight" -version = "0.1.6" +version = "0.2.0" dependencies = [ "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tree-sitter 0.16.0", @@ -778,7 +778,7 @@ dependencies = [ [[package]] name = "tree-sitter-tags" -version = "0.1.6" +version = "0.2.0" dependencies = [ "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/tags/Cargo.toml b/tags/Cargo.toml index 43557bb2..531b54b4 100644 --- a/tags/Cargo.toml +++ b/tags/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-tags" description = "Library for extracting tag information" -version = "0.1.6" +version = "0.2.0" authors = [ "Max Brunsfeld ", "Patrick Thomson "