From 42360fc00364427f7c52d638dce84d362a90b1af Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Sun, 21 Nov 2021 12:32:36 -0800 Subject: [PATCH] Bump library versions to 0.20.1 --- Cargo.lock | 4 ++-- highlight/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- lib/binding_web/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b3e299c..116da945 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,7 +715,7 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.20.0" +version = "0.20.1" dependencies = [ "cc", "lazy_static", @@ -772,7 +772,7 @@ dependencies = [ [[package]] name = "tree-sitter-highlight" -version = "0.20.0" +version = "0.20.1" dependencies = [ "regex", "thiserror", diff --git a/highlight/Cargo.toml b/highlight/Cargo.toml index 7acc10b9..0b0de18e 100644 --- a/highlight/Cargo.toml +++ b/highlight/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-highlight" description = "Library for performing syntax highlighting with Tree-sitter" -version = "0.20.0" +version = "0.20.1" authors = [ "Max Brunsfeld ", "Tim Clem ", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 6bf8d587..d2cf77a9 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.0" +version = "0.20.1" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index f140d46a..f257ac5a 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.20.0", + "version": "0.20.1", "description": "Tree-sitter bindings for the web", "main": "tree-sitter.js", "types": "tree-sitter-web.d.ts",