libs: 0.20.5

This commit is contained in:
Max Brunsfeld 2022-03-02 14:43:16 -08:00
parent 38d2cd15bd
commit fcbef45899
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.4"
version = "0.20.5"
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.4"
version = "0.20.5"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
edition = "2018"
license = "MIT"

View file

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