build: pull in tree-sitter update to fix building on windows

This commit is contained in:
CJ van den Berg 2025-06-02 17:14:31 +02:00
parent 947e55e0c6
commit 9282d4858a
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -6,8 +6,8 @@
.dependencies = .{
.tree_sitter = .{
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-22f593dc3791dee02d46b8c264a49eca497032f1/source.tar.gz",
.hash = "N-V-__8AAKoPBicxw1YT2EKzNNaCzdZAZt4HlAx4rUHX-BAm",
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-db95c4c19db807fa9acd6853dbd5fb7011906b7d/source.tar.gz",
.hash = "N-V-__8AAHgNBifXb56e2xqWSBTJj5bN4jAtfyP3T9GYr8Oc",
},
.cbor = .{
.url = "https://github.com/neurocyte/cbor/archive/1fccb83c70cd84e1dff57cc53f7db8fb99909a94.tar.gz",