mod: bump zig master version
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m9s

This commit is contained in:
2026-01-06 22:58:10 +01:00
parent c49c2a5c6d
commit b1a0d60ae3
20 changed files with 60 additions and 50 deletions

View File

@@ -32,7 +32,7 @@ pub fn main() !void {
const allocator = gpa.allocator();
var threaded_io: std.Io.Threaded = .init(allocator);
var threaded_io: std.Io.Threaded = .init(allocator, .{});
defer threaded_io.deinit();
var app: App = .init(threaded_io.ioBasic(), .{});