From 28557ea8b4923fe72ab041d6348e1bea87e05ce1 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 24 Sep 2020 15:07:56 -0700 Subject: [PATCH] highlight: 0.3 --- Cargo.lock | 4 ++-- highlight/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39ff6a52..dcd9421f 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.17.0", - "tree-sitter-highlight 0.2.0", + "tree-sitter-highlight 0.3.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.2.0" +version = "0.3.0" dependencies = [ "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tree-sitter 0.17.0", diff --git a/highlight/Cargo.toml b/highlight/Cargo.toml index bb94fb21..7f8fc04a 100644 --- a/highlight/Cargo.toml +++ b/highlight/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-highlight" description = "Library for performing syntax highlighting with Tree-sitter" -version = "0.2.0" +version = "0.3.0" authors = [ "Max Brunsfeld ", "Tim Clem "