summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-02-04 11:44:04 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-02-04 11:44:04 +0100
commit7d4162e3881ef558b2c65db9e55d4c25073f9928 (patch)
treef9d84a83f12f3dc85e68a275ed09bc7f013df055 /build.zig
parentbfc57ca6bb7ea772ff484d8c617d24b710cec28c (diff)
parent8840f201d5d680af31d634b7dce47e7ce0787729 (diff)
Merge pull request 'changed to zig-dev version 2471' (#359) from i357 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/359
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.zig b/build.zig
index 6337715..8a64333 100644
--- a/build.zig
+++ b/build.zig
@@ -15,7 +15,7 @@ const print = std.debug.print;
// 1) Getting Started
// 2) Version Changes
comptime {
- const required_zig = "0.16.0-dev.2075";
+ const required_zig = "0.16.0-dev.2471";
const current_zig = builtin.zig_version;
const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable;
if (current_zig.order(min_zig) == .lt) {
@@ -1286,7 +1286,7 @@ const exercises = [_]Exercise{
\\Max difference (new fn): 0.014
,
},
- .{ .main_file = "110_quiz9.zig", .output =
+ .{ .main_file = "110_quiz9.zig", .output =
\\Toggle pins with XOR on PORTB
\\-----------------------------
\\ 1100 // (initial state of PORTB)