mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
0.23.0
This commit is contained in:
parent
fc4d7bd995
commit
12fb31826b
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
12
Cargo.toml
12
Cargo.toml
|
|
@ -13,7 +13,7 @@ members = [
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.22.6"
|
||||
version = "0.23.0"
|
||||
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.74.1"
|
||||
|
|
@ -85,8 +85,8 @@ walkdir = "2.5.0"
|
|||
wasmparser = "0.215.0"
|
||||
webbrowser = "1.0.1"
|
||||
|
||||
tree-sitter = { version = "0.22.6", path = "./lib" }
|
||||
tree-sitter-loader = { version = "0.22.6", path = "./cli/loader" }
|
||||
tree-sitter-config = { version = "0.22.6", path = "./cli/config" }
|
||||
tree-sitter-highlight = { version = "0.22.6", path = "./highlight" }
|
||||
tree-sitter-tags = { version = "0.22.6", path = "./tags" }
|
||||
tree-sitter = { version = "0.23.0", path = "./lib" }
|
||||
tree-sitter-loader = { version = "0.23.0", path = "./cli/loader" }
|
||||
tree-sitter-config = { version = "0.23.0", path = "./cli/config" }
|
||||
tree-sitter-highlight = { version = "0.23.0", path = "./highlight" }
|
||||
tree-sitter-tags = { version = "0.23.0", path = "./tags" }
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT)
|
|||
$(error Windows is not supported)
|
||||
endif
|
||||
|
||||
VERSION := 0.22.6
|
||||
VERSION := 0.23.0
|
||||
|
||||
# install directory layout
|
||||
PREFIX ?= /usr/local
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.{
|
||||
.name = "tree-sitter",
|
||||
.version = "0.22.6",
|
||||
.version = "0.23.0",
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tree-sitter-cli",
|
||||
"version": "0.22.6",
|
||||
"version": "0.23.0",
|
||||
"author": "Max Brunsfeld",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "web-tree-sitter",
|
||||
"version": "0.22.6",
|
||||
"version": "0.23.0",
|
||||
"description": "Tree-sitter bindings for the web",
|
||||
"main": "tree-sitter.js",
|
||||
"types": "tree-sitter-web.d.ts",
|
||||
|
|
|
|||
Loading…
Reference in a new issue