tree-sitter: Update to version 0.25.3

This commit is contained in:
github-actions[bot] 2025-03-05 00:37:16 +00:00
parent 3e8cc60fce
commit becdb4f8c5

View File

@ -1,16 +1,16 @@
{ {
"version": "0.25.2", "version": "0.25.3",
"description": "An incremental parsing system for programming tools", "description": "An incremental parsing system for programming tools",
"homepage": "https://tree-sitter.github.io/tree-sitter/", "homepage": "https://tree-sitter.github.io/tree-sitter/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.2/tree-sitter-windows-x64.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.3/tree-sitter-windows-x64.gz",
"hash": "9ad9a340d092aca8ccd5cc3fd2e9a841ec572b4e1f83a227ec3c2e7a9e55e56a" "hash": "35d9608997fcb91842a0951ee26b269b63817af4a0ded81721895838333633f3"
}, },
"32bit": { "32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.2/tree-sitter-windows-x86.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.3/tree-sitter-windows-x86.gz",
"hash": "33b78cc1c59b062293601b8af195856e7807327bc90f1f699d4ee1ea43022484" "hash": "99127567b9504943ff3f5c9f01fa8ae6a984fe41ae5d104f4c8379383a07833e"
} }
}, },
"bin": "tree-sitter.exe", "bin": "tree-sitter.exe",