Compare commits

..

2 Commits

Author SHA1 Message Date
e64b016cfc fixed fingerprint 2026-05-29 09:26:30 +12:00
93159a1f24 added comment 2026-05-29 09:26:19 +12:00
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ pub fn build(b: *std.Build) void {
},
);
// uncomment me to run the test code
// const exe = b.addExecutable(.{
// .name = "zig_interface_testing",
// .root_module = b.createModule(.{

View File

@@ -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 = 0xea4a93eaf5dec5a2, // Changing this has security and trust implications.
.fingerprint = 0x176bbc243c0305f9, // Changing this has security and trust implications.
// Tracks the earliest Zig version that the package considers to be a
// supported use case.
.minimum_zig_version = "0.16.0",