Skip to content

Commit fcf8ccc

Browse files
authored
Merge pull request #181 from natecraddock/push-vwpzvrynkusq
fix(build): add std.Io to patch.zig
2 parents 703c811 + 19716f0 commit fcf8ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/patch.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pub fn main() !void {
66
defer arena.deinit();
77
const allocator = arena.allocator();
88

9-
var threaded = Io.Threaded.init(allocator, .{});
9+
var threaded: std.Io.Threaded = .init_single_threaded;
1010
defer threaded.deinit();
1111
const io = threaded.io();
1212

0 commit comments

Comments
 (0)