From 0818892a1a38e01458b106529c6e33ba79be5f5e Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 5 Mar 2021 15:31:48 -0800 Subject: [PATCH] libs: 0.19.1 --- Cargo.lock | 6 +++--- highlight/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- lib/binding_web/package.json | 2 +- tags/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8ebbb09..239bfc13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,7 +626,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tree-sitter" -version = "0.19.0" +version = "0.19.1" dependencies = [ "cc", "lazy_static", @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "tree-sitter-highlight" -version = "0.19.0" +version = "0.19.1" dependencies = [ "regex", "tree-sitter", @@ -676,7 +676,7 @@ dependencies = [ [[package]] name = "tree-sitter-tags" -version = "0.19.0" +version = "0.19.1" dependencies = [ "memchr", "regex", diff --git a/highlight/Cargo.toml b/highlight/Cargo.toml index 30a86f81..dae491b8 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.0" +version = "0.19.1" authors = [ "Max Brunsfeld ", "Tim Clem " diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 6076e0d2..b3c60d80 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.0" +version = "0.19.1" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index e46e20ac..6c59bd36 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.19.0", + "version": "0.19.1", "description": "Tree-sitter bindings for the web", "main": "tree-sitter.js", "types": "tree-sitter-web.d.ts", diff --git a/tags/Cargo.toml b/tags/Cargo.toml index 58da5633..a848c906 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.0" +version = "0.19.1" authors = [ "Max Brunsfeld ", "Patrick Thomson "