From d3628f3c0cc3260c37507313f1f1d1f2669b6c92 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 22 Feb 2019 11:50:27 -0800 Subject: [PATCH] highlight: 0.1.3 --- Cargo.lock | 4 ++-- highlight/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1810fb4d..c7dad351 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,12 +639,12 @@ dependencies = [ "smallbitvec 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "tree-sitter 0.3.8", - "tree-sitter-highlight 0.1.2", + "tree-sitter-highlight 0.1.3", ] [[package]] name = "tree-sitter-highlight" -version = "0.1.2" +version = "0.1.3" 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 ee2dd80e..8351c8bd 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.2" +version = "0.1.3" authors = [ "Max Brunsfeld ", "Tim Clem "