From 862b56dfe151351ac89aaf5502a5b605fa03cf7e Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 12 May 2020 16:22:44 -0700 Subject: [PATCH] 0.16.6 --- Cargo.lock | 10 +++++----- cli/Cargo.toml | 2 +- cli/npm/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f539e181..710e822d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,7 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.6.3" +version = "0.16.0" dependencies = [ "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -740,7 +740,7 @@ dependencies = [ [[package]] name = "tree-sitter-cli" -version = "0.16.5" +version = "0.16.6" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -762,7 +762,7 @@ dependencies = [ "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "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.6.3", + "tree-sitter 0.16.0", "tree-sitter-highlight 0.1.6", "tree-sitter-tags 0.1.6", "webbrowser 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -773,7 +773,7 @@ name = "tree-sitter-highlight" version = "0.1.6" dependencies = [ "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tree-sitter 0.6.3", + "tree-sitter 0.16.0", ] [[package]] @@ -782,7 +782,7 @@ version = "0.1.6" 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)", - "tree-sitter 0.6.3", + "tree-sitter 0.16.0", ] [[package]] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 27706945..6904c42a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-cli" description = "CLI tool for developing, testing, and using Tree-sitter parsers" -version = "0.16.5" +version = "0.16.6" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/cli/npm/package.json b/cli/npm/package.json index ad46e20d..8965d020 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.16.5", + "version": "0.16.6", "author": "Max Brunsfeld", "license": "MIT", "repository": {