diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-09-02 17:57:42 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-09-02 17:57:42 +0000 |
| commit | 2e5b570aef6cae57d00a253da61a62a504146a09 (patch) | |
| tree | a452bb020c5d66f6ea1452444630789e0e5aa036 /build.zig | |
| parent | 296a2b5c6ad3b03dbd237453e7c267d1ca1bab07 (diff) | |
| parent | b2f56c7cea6475d5335dd8e8642181817fdc390b (diff) | |
Merge pull request 'Fixes several changes in std.builtin.zig' (#150) from i149 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/150
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.14.0-dev.1224"; + const required_zig = "0.14.0-dev.1409"; const current_zig = builtin.zig_version; const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable; if (current_zig.order(min_zig) == .lt) { |
