tree-sitter: Update to version 0.24.1

This commit is contained in:
github-actions[bot] 2024-10-04 08:30:56 +00:00
parent 63f347b10e
commit f8bf6db688

View File

@ -1,16 +1,16 @@
{
"version": "0.24.0",
"version": "0.24.1",
"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.24.0/tree-sitter-windows-x64.gz",
"hash": "4db23de880094817f5546854b1397db9dc9582cb31807b740cee4b193c6e9d17"
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.1/tree-sitter-windows-x64.gz",
"hash": "c3f3aa8c4a140b6fa1e2ddf84eaddd740fd8cf6508ed0b883b681ee5ba65a8dc"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.0/tree-sitter-windows-x86.gz",
"hash": "21e7e09ecf60053c896733bbabc63933a462c888a2ddb392047a0850582fbd93"
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.1/tree-sitter-windows-x86.gz",
"hash": "dec28e3cd63a59455e4c8d22b40b75ff8a89ca53fbe796580e5a027caeff36b2"
}
},
"bin": "tree-sitter.exe",