wip
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user