diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-09-24 23:25:23 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-09-24 23:25:23 +0200 |
| commit | 9a848f46b762ab53c9d2ac09b632d53ada6e61db (patch) | |
| tree | a6cdee10c237544ff66d618d6d96bfadc63dd5f1 /build.zig | |
| parent | f1921e64d844dc0fc078dd442b0b9f9115b48bb1 (diff) | |
| parent | 4346d5f1d84d96dd3926bf0f3caac8e54a58f590 (diff) | |
Merge pull request 'Fixed error in captureStdErr()' (#308) from i306 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/308
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) { |
