diff options
| author | Chris Boesch <[email protected]> | 2024-02-16 15:19:10 +0100 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-02-16 15:19:10 +0100 |
| commit | 55b2ac4c5f0da387da1844f8f0ca1efdc16c8a80 (patch) | |
| tree | 4529cd60deb237904779101e617bc4267141cecd /build.zig | |
| parent | 099d0bba93d1e6584db873e897cc2cdcf0d331cb (diff) | |
| download | ziglings-55b2ac4c5f0da387da1844f8f0ca1efdc16c8a80.tar.xz ziglings-55b2ac4c5f0da387da1844f8f0ca1efdc16c8a80.zip | |
Zig version adjusted.
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.12.0-dev.2043"; + const required_zig = "0.12.0-dev.2618"; const current_zig = builtin.zig_version; const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable; if (current_zig.order(min_zig) == .lt) { |
