From 332b962f97c984b18c6d4a7d104be074cb9d3ea0 Mon Sep 17 00:00:00 2001 From: Tilo K Date: Sat, 7 Jun 2025 22:40:44 +0200 Subject: [PATCH] fix: change build.zon for newer zig version --- build.zig.zon | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 44ce5a6..86b3b82 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,12 +6,14 @@ // // It is redundant to include "zig" in this name because it is already // within the Zig package namespace. - .name = "csvu", + .name = .csvu, // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. .version = "0.0.0", + .fingerprint = 0x76a0a3b6fab6f85, + // This field is optional. // This is currently advisory only; Zig does not yet do anything // with this value.