From 392f023e59ee55e421c3b0c610ce726971f4c748 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 12 May 2020 16:21:00 -0700 Subject: [PATCH] rust: 0.16.0 --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 78829420..353ec8ce 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.6.3" +version = "0.16.0" authors = ["Max Brunsfeld "] license = "MIT" readme = "binding_rust/README.md"