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"]