From e0f0043edd0064136d889f454d85eb2c2f146443 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 13 Mar 2019 16:31:08 -0700 Subject: [PATCH] Highlight: 0.1.5 --- Cargo.lock | 4 ++-- highlight/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52e2c3c3..896f22f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -661,12 +661,12 @@ dependencies = [ "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "tree-sitter 0.3.9", - "tree-sitter-highlight 0.1.4", + "tree-sitter-highlight 0.1.5", ] [[package]] name = "tree-sitter-highlight" -version = "0.1.4" +version = "0.1.5" dependencies = [ "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/highlight/Cargo.toml b/highlight/Cargo.toml index cf807d9f..09b20774 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.1.4" +version = "0.1.5" authors = [ "Max Brunsfeld ", "Tim Clem "