From c31afbb86abd416872dec0edf9782e1e4424b221 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 1 Jun 2020 13:45:54 -0700 Subject: [PATCH] lib: 0.16.1 --- Cargo.lock | 8 ++++---- lib/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 378ee298..355debf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,7 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.16.0" +version = "0.16.1" 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)", @@ -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.16.0", + "tree-sitter 0.16.1", "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)", @@ -773,7 +773,7 @@ name = "tree-sitter-highlight" version = "0.2.0" dependencies = [ "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tree-sitter 0.16.0", + "tree-sitter 0.16.1", ] [[package]] @@ -782,7 +782,7 @@ 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)", - "tree-sitter 0.16.0", + "tree-sitter 0.16.1", ] [[package]] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 353ec8ce..960ca2da 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.16.0" +version = "0.16.1" authors = ["Max Brunsfeld "] license = "MIT" readme = "binding_rust/README.md"