Compare commits

...

2 commits

Author SHA1 Message Date
d6e867378b
fix: bump minimum_zig_version to 0.15.2
We actually compile with 0.15.0, but there are bugs causing issues with
ts_bin_query_gen. So we bump to 0.15.2 as that is much more stable and
noone should really use 0.15.0 anyway.

fixes #16
2026-02-05 09:38:19 +01:00
6992eddeb9
feat: update tree-sitter for newer ziggy and superhtml 2025-11-16 17:27:10 +01:00

View file

@ -2,12 +2,12 @@
.name = .flow_syntax,
.version = "0.6.0",
.fingerprint = 0x3ba2584ea1cec85f,
.minimum_zig_version = "0.15.0",
.minimum_zig_version = "0.15.2",
.dependencies = .{
.tree_sitter = .{
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-3cfb01c2f3349791a500f59bcc89b867d017d5b8/source.tar.gz",
.hash = "tree_sitter-0.22.4-150-g7e3f5726-z0LhyI7XuS7mSbx26jCz5VkJ_c1oL8vvC6WBgx0Idkpg",
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-6e2827ee231e220467bf04d2a2746faff5cb204a/source.tar.gz",
.hash = "tree_sitter-0.22.4-150-g7e3f5726-z0LhyGeG1y67PeOltaplVkxRNT2jMMexQhbUlrh0vdxM",
},
.cbor = .{
.url = "git+https://github.com/neurocyte/cbor?ref=master#7d2eeb68c8a2fb3f4d6baad6cc04c521b92974c0",