From 2b685658dbcc79329422c02b01a6d10e144a6cf6 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 11 Feb 2019 09:46:26 -0800 Subject: [PATCH] lib: 0.3.8 --- Cargo.lock | 4 ++-- lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c614545a..62d25d7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,7 +561,7 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.3.7" +version = "0.3.8" 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)", @@ -592,7 +592,7 @@ dependencies = [ "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", "smallbitvec 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tree-sitter 0.3.7", + "tree-sitter 0.3.8", ] [[package]] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 1d5121e3..f3c3efb3 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.3.7" +version = "0.3.8" authors = ["Max Brunsfeld "] license = "MIT" readme = "binding/README.md"