highlight: 0.1.2

This commit is contained in:
Max Brunsfeld 2019-02-20 16:47:27 -08:00
parent e239aa8229
commit 27d4f0d69d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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.1",
"tree-sitter-highlight 0.1.2",
]
[[package]]
name = "tree-sitter-highlight"
version = "0.1.1"
version = "0.1.2"
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)",

View file

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-highlight"
description = "Library for performing syntax highlighting with Tree-sitter"
version = "0.1.1"
version = "0.1.2"
authors = [
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
"Tim Clem <timothy.clem@gmail.com>"