From 5ef4ef4e2e0c97f3ff71c0e689f10f7e583d2c56 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 4 Feb 2022 13:13:21 -0800 Subject: [PATCH] lib: 0.20.4 --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20ac1f7c..3d2d9906 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -709,7 +709,7 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.20.3" +version = "0.20.4" dependencies = [ "cc", "lazy_static", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a43a6a02..e4f001f4 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.20.3" +version = "0.20.4" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT"