tags: 0.2.0

This commit is contained in:
Max Brunsfeld 2020-05-12 16:32:37 -07:00
parent 1d68896900
commit d17d1b36b2
2 changed files with 5 additions and 5 deletions

8
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.16.0",
"tree-sitter-highlight 0.1.6",
"tree-sitter-tags 0.1.6",
"tree-sitter-highlight 0.2.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.1.6"
version = "0.2.0"
dependencies = [
"regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tree-sitter 0.16.0",
@ -778,7 +778,7 @@ dependencies = [
[[package]]
name = "tree-sitter-tags"
version = "0.1.6"
version = "0.2.0"
dependencies = [
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-tags"
description = "Library for extracting tag information"
version = "0.1.6"
version = "0.2.0"
authors = [
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
"Patrick Thomson <patrickt@github.com>"