Upgrade csvu to Zig 0.16 (#2)

* Port source to Zig 0.16

* Declare Zig 0.16 toolchain

* ci: add pr verification
This commit is contained in:
Tilo
2026-05-31 18:27:09 +02:00
committed by GitHub
parent 65d157852a
commit 1b5ad2bc40
8 changed files with 86 additions and 41 deletions

View File

@@ -17,7 +17,7 @@
// This field is optional.
// This is currently advisory only; Zig does not yet do anything
// with this value.
//.minimum_zig_version = "0.11.0",
.minimum_zig_version = "0.16.0",
// This field is optional.
// Each dependency must either provide a `url` and `hash`, or a `path`.