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());
if (b.args) |args| {
run_cmd.addArgs(args);
}
run_cmd.addPassthruArgs();
const mod_tests = b.addTest(.{
.root_module = mod,