tree-sitter: Update to version 0.22.2

This commit is contained in:
github-actions[bot] 2024-03-17 12:30:31 +00:00
parent 860eee5e3f
commit 431933c475

View File

@ -1,16 +1,16 @@
{ {
"version": "0.22.1", "version": "0.22.2",
"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.22.1/tree-sitter-windows-x64.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.2/tree-sitter-windows-x64.gz",
"hash": "6d62f1ea39451abf468fdb77776cc421a7fd9c186dc3a4382f1b1b1ae347848a" "hash": "3520ed1d3d0c1433187b7d2a966e1f5a389427f477880e85fc7f6e4b1cb0ce3c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.1/tree-sitter-windows-x86.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.2/tree-sitter-windows-x86.gz",
"hash": "4e06b4e04c52d8a22c84cb4529f7bc133f01e6cf60bbc6f1cf7fa1c1d5be4ec5" "hash": "b4f8fb6d2ad2f2c727a788cf9f4c0d2a3681289c91dad9bb1e3f16a7d50895c3"
} }
}, },
"bin": "tree-sitter.exe", "bin": "tree-sitter.exe",