mod: bump zig master version
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m9s
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m9s
This commit is contained in:
@@ -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(), .{});
|
||||
|
||||
Reference in New Issue
Block a user