mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
start the 0.17.0 release cycle
This commit is contained in:
@@ -10,7 +10,7 @@ const Io = std.Io;
|
||||
const tests = @import("test/tests.zig");
|
||||
const DevEnv = @import("src/dev.zig").Env;
|
||||
|
||||
const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 16, .patch = 0 };
|
||||
const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 17, .patch = 0 };
|
||||
const stack_size = 46 * 1024 * 1024;
|
||||
|
||||
const IoMode = enum { threaded, evented };
|
||||
|
||||
Reference in New Issue
Block a user