update to 0.17

This commit is contained in:
2026-06-06 22:33:27 +02:00
parent 7a537926fc
commit 9f11523ebc
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -37,9 +37,7 @@ pub fn build(b: *std.Build) void {
run_cmd.step.dependOn(b.getInstallStep()); run_cmd.step.dependOn(b.getInstallStep());
if (b.args) |args| { run_cmd.addPassthruArgs();
run_cmd.addArgs(args);
}
const mod_tests = b.addTest(.{ const mod_tests = b.addTest(.{
.root_module = mod, .root_module = mod,
+1 -1
View File
@@ -25,7 +25,7 @@
.fingerprint = 0x17dbce05708c2aa7, // Changing this has security and trust implications. .fingerprint = 0x17dbce05708c2aa7, // Changing this has security and trust implications.
// Tracks the earliest Zig version that the package considers to be a // Tracks the earliest Zig version that the package considers to be a
// supported use case. // supported use case.
.minimum_zig_version = "0.16.0", .minimum_zig_version = "0.17.0",
// This field is optional. // This field is optional.
// Each dependency must either provide a `url` and `hash`, or a `path`. // Each dependency must either provide a `url` and `hash`, or a `path`.
// `zig build --fetch` can be used to fetch all dependencies of a package, recursively. // `zig build --fetch` can be used to fetch all dependencies of a package, recursively.