From 1fa26e2a222a933af38b56a47918c0ec911ea946 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:25:35 +0000 Subject: [PATCH] tree-sitter: Update to version 0.21.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 bdb8c92dca..230d86d52d 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.20.9", + "version": "0.21.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.20.9/tree-sitter-windows-x64.gz", - "hash": "316eb3edd2e50e4028e6e0bd27e6bfb4c5b9d68d7818fbafa5cddd002911518c" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.21.0/tree-sitter-windows-x64.gz", + "hash": "46152125a9337d9ec0455329f4a13ae4a8f63bb32756a5a2ed8f50ca83a321ad" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.20.9/tree-sitter-windows-x86.gz", - "hash": "0650b92bbb53e2bb6f314710367309737b6bf6845bea22f7dc1129466030c1d7" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.21.0/tree-sitter-windows-x86.gz", + "hash": "17f734748c06951e34a5c9db7ad3cf71c81adfaa0e08d8151e460bceaaeaa5df" } }, "bin": "tree-sitter.exe",