From 841e16089820bcf24df2c585340c966e5b6c7377 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 8 Mar 2021 10:03:45 -0800 Subject: [PATCH] rust libs: 0.19.2 --- Cargo.lock | 6 +++--- highlight/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- tags/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34958538..7022def3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,7 +626,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tree-sitter" -version = "0.19.1" +version = "0.19.2" dependencies = [ "cc", "lazy_static", @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "tree-sitter-highlight" -version = "0.19.1" +version = "0.19.2" dependencies = [ "regex", "tree-sitter", @@ -676,7 +676,7 @@ dependencies = [ [[package]] name = "tree-sitter-tags" -version = "0.19.1" +version = "0.19.2" dependencies = [ "memchr", "regex", diff --git a/highlight/Cargo.toml b/highlight/Cargo.toml index dae491b8..dc3c1221 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.19.1" +version = "0.19.2" authors = [ "Max Brunsfeld ", "Tim Clem " diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b3c60d80..defcbee9 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter" description = "Rust bindings to the Tree-sitter parsing library" -version = "0.19.1" +version = "0.19.2" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/tags/Cargo.toml b/tags/Cargo.toml index a848c906..c1fb7c77 100644 --- a/tags/Cargo.toml +++ b/tags/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-tags" description = "Library for extracting tag information" -version = "0.19.1" +version = "0.19.2" authors = [ "Max Brunsfeld ", "Patrick Thomson "