This commit is contained in:
2025-10-27 07:38:40 +02:00
parent 4eb0902908
commit f074d61403
6 changed files with 116 additions and 80 deletions

View File

@@ -6,7 +6,7 @@
//
// It is redundant to include "zig" in this name because it is already
// within the Zig package namespace.
.name = .omt,
.name = .zomt,
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.0.1",
@@ -22,7 +22,7 @@
// original project's identity. Thus it is recommended to leave the comment
// on the following line intact, so that it shows up in code reviews that
// modify the field.
.fingerprint = 0x3bf1f5c0d8810f0f, // Changing this has security and trust implications.
.fingerprint = 0xe176b336b44e42a7,
// Tracks the earliest Zig version that the package considers to be a
// supported use case.
.minimum_zig_version = "0.16.0-dev.699+529aa9f27",