From 2be51abcd8add3553c0ef389deff3732a630777d Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 2 Sep 2022 14:58:00 -0700 Subject: [PATCH] Bump library versions --- Cargo.lock | Bin 25244 -> 25244 bytes lib/Cargo.toml | 2 +- lib/binding_web/package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c39774b4b1f1a1d7f91b02783bf83dece6ab0982..9a442e8faf44a277399a3fa4cce1a7643d63d647 100644 GIT binary patch delta 20 ccmbPplyS~c#tqD#jFyubCB-&Nc{WJ`08MQMZvX%Q delta 17 ZcmbPplyS~c#tqD#lO)AAOL;a)0sucq1~dQw diff --git a/lib/Cargo.toml b/lib/Cargo.toml index bf322dff2..d096efdc8 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.8" +version = "0.20.9" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index 3fd1f45a6..2cfcf72e2 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.20.6", + "version": "0.20.7", "description": "Tree-sitter bindings for the web", "main": "tree-sitter.js", "types": "tree-sitter-web.d.ts",