From 7bd9eaa97065c3153ae44d1f219d3bfc741e82a6 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 13 Dec 2018 16:43:44 -0800 Subject: [PATCH] 0.3.5 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fde4fd31..7f0458ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,8 @@ [package] name = "tree-sitter" description = "Rust bindings to the Tree-sitter parsing library" -version = "0.3.4" +version = "0.3.5" authors = ["Max Brunsfeld "] -build = "build.rs" license = "MIT" readme = "README.md" keywords = ["incremental", "parsing"]