mirror of
https://github.com/Tilo-K/csvu.git
synced 2026-01-07 23:41:01 +00:00
fix: change build.zon for newer zig version
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user