diff --git a/Cargo.lock b/Cargo.lock index ff8a1354d..2f4dfac8d 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index c6be2892b..53caf2383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.22.5" +version = "0.22.6" authors = ["Max Brunsfeld "] edition = "2021" rust-version = "1.74.1" @@ -82,11 +82,11 @@ tiny_http = "0.12.0" toml = "0.8.12" unindent = "0.2.3" walkdir = "2.5.0" -wasmparser = "0.201.0" -webbrowser = "0.8.15" +wasmparser = "0.206.0" +webbrowser = "1.0.0" -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" } +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" } diff --git a/Makefile b/Makefile index d653c5935..e021e8771 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.22.5 +VERSION := 0.22.6 # install directory layout PREFIX ?= /usr/local diff --git a/build.zig.zon b/build.zig.zon index 2600825e2..c4126464e 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "tree-sitter", - .version = "0.22.5", + .version = "0.22.6", .paths = .{ "build.zig", "build.zig.zon", diff --git a/cli/npm/package.json b/cli/npm/package.json index 8513ff890..b072c899d 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.22.5", + "version": "0.22.6", "author": "Max Brunsfeld", "license": "MIT", "repository": { diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index 1143361a7..e3b3fcc1a 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.22.5", + "version": "0.22.6", "description": "Tree-sitter bindings for the web", "main": "tree-sitter.js", "types": "tree-sitter-web.d.ts",