Bump library versions

This commit is contained in:
Max Brunsfeld 2022-09-02 14:58:00 -07:00
parent 15190a497d
commit 2be51abcd8
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -715,7 +715,7 @@ dependencies = [
[[package]]
name = "tree-sitter"
version = "0.20.8"
version = "0.20.9"
dependencies = [
"cc",
"lazy_static",

View file

@ -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 <maxbrunsfeld@gmail.com>"]
edition = "2018"
license = "MIT"

View file

@ -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",