mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-08 01:57:02 +09:00
downgrade zig version to eowyn version
It is just 2 days behind so all features are already present for the new labeled switch test
This commit is contained in:
parent
db569a1478
commit
d9ce18631d
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ const print = std.debug.print;
|
|||
// 1) Getting Started
|
||||
// 2) Version Changes
|
||||
comptime {
|
||||
const required_zig = "0.14.0-dev.1575";
|
||||
const required_zig = "0.14.0-dev.1573";
|
||||
const current_zig = builtin.zig_version;
|
||||
const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable;
|
||||
if (current_zig.order(min_zig) == .lt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue