fix: change build.zon for newer zig version

This commit is contained in:
2025-06-07 22:40:44 +02:00
parent b64ae0490f
commit 332b962f97

View File

@@ -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.