tree-sitter: Update to version 0.24.3

This commit is contained in:
github-actions[bot] 2024-10-10 00:34:56 +00:00
parent 89c57e6894
commit 6387b4de73

View File

@ -1,16 +1,16 @@
{ {
"version": "0.24.2", "version": "0.24.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.24.2/tree-sitter-windows-x64.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.3/tree-sitter-windows-x64.gz",
"hash": "9ac4cab6e080a0b8efc0cdf78f21e686f512534918bedc2faede7fa29b34abf8" "hash": "f58a7d59a5499eeaf76288c633ebbc56b5cd2839cfed9c8c2d55005a47709d3b"
}, },
"32bit": { "32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.2/tree-sitter-windows-x86.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.3/tree-sitter-windows-x86.gz",
"hash": "b5d5603942802972556c9f00edbbcfa9879bf98ce5d021089070ce2ca43021ab" "hash": "9dbd203fae22e027783a2b71f10f11bbddf882e1bfe85033fe5b3ee2f070d26c"
} }
}, },
"bin": "tree-sitter.exe", "bin": "tree-sitter.exe",