diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-09-24 20:30:54 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-09-24 20:30:54 +0200 |
| commit | 4346d5f1d84d96dd3926bf0f3caac8e54a58f590 (patch) | |
| tree | 29da2b841417d7541d118732f74ef2f8b0e9fbdd /build.zig | |
| parent | 62ad50b71e8fb0139bb5aaa4bd61a4e46277f600 (diff) | |
Fixed error in captureStdErr()
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.164"; + const required_zig = "0.16.0-dev.377"; const current_zig = builtin.zig_version; const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable; if (current_zig.order(min_zig) == .lt) { |
