This commit is contained in:
Amaan Qureshi 2024-03-17 07:23:44 -04:00
parent 4bbaee2f56
commit fc15f62133
No known key found for this signature in database
GPG key ID: E67890ADC4227273
5 changed files with 9 additions and 9 deletions

BIN
Cargo.lock generated

Binary file not shown.

View file

@ -12,7 +12,7 @@ members = [
resolver = "2"
[workspace.package]
version = "0.22.1"
version = "0.22.2"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
edition = "2021"
rust-version = "1.74.1"
@ -85,8 +85,8 @@ walkdir = "2.5.0"
wasmparser = "0.201.0"
webbrowser = "0.8.13"
tree-sitter = { version = "0.22.0", path = "./lib" }
tree-sitter-loader = { version = "0.22.0", path = "./cli/loader" }
tree-sitter-config = { version = "0.22.0", path = "./cli/config" }
tree-sitter-highlight = { version = "0.22.0", path = "./highlight" }
tree-sitter-tags = { version = "0.22.0", path = "./tags" }
tree-sitter = { version = "0.22.2", path = "./lib" }
tree-sitter-loader = { version = "0.22.2", path = "./cli/loader" }
tree-sitter-config = { version = "0.22.2", path = "./cli/config" }
tree-sitter-highlight = { version = "0.22.2", path = "./highlight" }
tree-sitter-tags = { version = "0.22.2", path = "./tags" }

View file

@ -1,4 +1,4 @@
VERSION := 0.22.1
VERSION := 0.22.2
# install directory layout
PREFIX ?= /usr/local

View file

@ -1,6 +1,6 @@
{
"name": "tree-sitter-cli",
"version": "0.22.1",
"version": "0.22.2",
"author": "Max Brunsfeld",
"license": "MIT",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "web-tree-sitter",
"version": "0.22.1",
"version": "0.22.2",
"description": "Tree-sitter bindings for the web",
"main": "tree-sitter.js",
"types": "tree-sitter-web.d.ts",