From 5f313689f0e238e9ad8b3e6f2f216ba1cb42c8a9 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 18 Mar 2021 10:31:35 -0700 Subject: [PATCH] rust: 0.19.4 --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efe4e3bd..e66d7bd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,7 +626,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tree-sitter" -version = "0.19.3" +version = "0.19.4" dependencies = [ "cc", "lazy_static", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 524df836..8e6fdced 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.19.3" +version = "0.19.4" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT"