add(build): .fingerprint property for most recent zig version
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 49s

This commit is contained in:
2025-03-01 15:15:06 +01:00
parent 8a7ce78aaf
commit 91794a0197

View File

@@ -6,7 +6,9 @@
//
// It is redundant to include "zig" in this name because it is already
// within the Zig package namespace.
.name = "zterm",
.name = .zterm,
.fingerprint = 0xf10b37e210a619d7,
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.