diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-11-01 15:46:31 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-11-01 15:46:31 +0100 |
| commit | 147ff302ecbc534af01004a016fc2c091cba8af4 (patch) | |
| tree | ff5ad49c1677165b1acbcc23637cba3956d20b68 /build.zig | |
| parent | c45b9cd383b1463ca2e8cc93eb7ef38c4242d53a (diff) | |
fixed more changes due to new I/O API
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ const print = std.debug.print; // 1) Getting Started // 2) Version Changes comptime { - const required_zig = "0.16.0-dev.377"; + const required_zig = "0.16.0-dev.1204"; const current_zig = builtin.zig_version; const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable; if (current_zig.order(min_zig) == .lt) { |
