From fcbef4589906f459a81ea11c62e7f8df94b9c0fa Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 2 Mar 2022 14:43:16 -0800 Subject: [PATCH] libs: 0.20.5 --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- lib/binding_web/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ea563b0..20665e51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,7 +715,7 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.20.4" +version = "0.20.5" dependencies = [ "cc", "lazy_static", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index e4f001f4..05d1bedb 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.4" +version = "0.20.5" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index e21685e9..b21d964d 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.20.3", + "version": "0.20.5", "description": "Tree-sitter bindings for the web", "main": "tree-sitter.js", "types": "tree-sitter-web.d.ts",