From 662af0afc114c9359323709c93870ebaf1c828e5 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 8 Nov 2019 12:30:58 -0800 Subject: [PATCH] binding_rust: 0.4.0 --- Cargo.lock | 6 +++--- lib/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a33afec8..81c97b66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,7 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.3.10" +version = "0.4.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)", @@ -764,7 +764,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.3.10", + "tree-sitter 0.4.0", "tree-sitter-highlight 0.1.6", "webbrowser 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -777,7 +777,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.10", + "tree-sitter 0.4.0", ] [[package]] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c54c0b08..336d421d 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.10" +version = "0.4.0" authors = ["Max Brunsfeld "] license = "MIT" readme = "binding_rust/README.md"