upgrade to zig 0.13

This commit is contained in:
Pierre Tachoire
2024-07-18 17:16:20 +02:00
parent 95245229b0
commit 6da2954e0b
4 changed files with 11 additions and 10 deletions

View File

@@ -288,7 +288,7 @@ fn runSafe(
argv.appendAssumeCapacity(tc);
defer _ = argv.pop();
const run = try std.ChildProcess.run(.{
const run = try std.process.Child.run(.{
.allocator = alloc,
.argv = argv.items,
.max_output_bytes = 1024 * 1024,