highlight: 0.3

This commit is contained in:
Max Brunsfeld 2020-09-24 15:07:56 -07:00
parent 7565604626
commit 28557ea8b4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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 <maxbrunsfeld@gmail.com>",
"Tim Clem <timothy.clem@gmail.com>"