From ae0e89c29755da19669ec06e5d66a8b3c05f4d62 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 25 Feb 2019 12:55:05 -0800 Subject: [PATCH] lib: 0.3.9 --- Cargo.lock | 6 +++--- lib/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74ab59a9..78978ca5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -627,7 +627,7 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.3.8" +version = "0.3.9" 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)", @@ -660,7 +660,7 @@ dependencies = [ "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)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "tree-sitter 0.3.8", + "tree-sitter 0.3.9", "tree-sitter-highlight 0.1.3", ] @@ -672,7 +672,7 @@ dependencies = [ "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", - "tree-sitter 0.3.8", + "tree-sitter 0.3.9", ] [[package]] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index f3c3efb3..c6f84ada 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.8" +version = "0.3.9" authors = ["Max Brunsfeld "] license = "MIT" readme = "binding/README.md"