flow-syntax/build.zig.zon
CJ van den Berg 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

22 lines
748 B
Zig

.{
.name = .flow_syntax,
.version = "0.6.0",
.fingerprint = 0x3ba2584ea1cec85f,
.minimum_zig_version = "0.15.2",
.dependencies = .{
.tree_sitter = .{
.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",
.hash = "cbor-1.0.0-RcQE_AswAQAPlqBCZXYQf9DZXn-0Ubt8Mk03ZcJWcsAG",
},
},
.paths = .{
"src",
"build.zig",
"build.zig.zon",
},
}