From 2993a27edd3a03863f91b169409be0ba247afb24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:30:01 +0000 Subject: [PATCH] tree-sitter: Update to version 0.23.0 --- bucket/tree-sitter.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tree-sitter.json b/bucket/tree-sitter.json index ab434d7850..d967a83d19 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.22.6", + "version": "0.23.0", "description": "An incremental parsing system for programming tools", "homepage": "https://tree-sitter.github.io/tree-sitter/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.6/tree-sitter-windows-x64.gz", - "hash": "75bb644474a817849ba4cac071a6a051d40696a34c2c44df7e4c8749547d3992" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.23.0/tree-sitter-windows-x64.gz", + "hash": "2ccd83bea6d5a3f67fb3e2e6572a2032a1194b567d76be03c44619d3ca6d3ef0" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.6/tree-sitter-windows-x86.gz", - "hash": "9b7b219ea0aeb2d07ea068567b16871eeaeb012b417d9c1a07895f5720da9c75" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.23.0/tree-sitter-windows-x86.gz", + "hash": "2c415daef67511f1fd09f70fd6c9937e24d85db60f2de07fb22c674b71af1633" } }, "bin": "tree-sitter.exe",