From 281e75d74d78b0cbb6441bf497fdef0988ab49e4 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 2 Nov 2020 20:53:08 -0800 Subject: [PATCH] rust binding: 0.17.1 --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c243973..cd411095 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -824,7 +824,7 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.17.0" +version = "0.17.1" dependencies = [ "cc", "regex", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 2d132788..8f88966f 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.17.0" +version = "0.17.1" authors = ["Max Brunsfeld "] license = "MIT" readme = "binding_rust/README.md"