aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2022-03-19 19:38:05 -0400
committerDave Gauer <dave@ratfactor.com>2022-03-19 19:38:05 -0400
commitf34b6aa02408cbc1483ab182592a2f8d5b0a4f9a (patch)
treebc301504463e858cdd82002d4722bf4df1f80b71 /build.zig
parent3f922a35293c3e5e8cad08f400e4003075cec071 (diff)
Update sentinel type for v0.10.0
Fixes .../076_sentinels.zig:95:30: error: incompatible types: 'u32' and '?*const anyopaque': while (my_seq[i] != my_sentinel) {
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index bddc9c5..8471ca7 100644
--- a/build.zig
+++ b/build.zig
@@ -8,7 +8,7 @@ const print = std.debug.print;
// When changing this version, be sure to also update README.md in two places:
// 1) Getting Started
// 2) Version Changes
-const needed_version = std.SemanticVersion.parse("0.9.0-dev.2025") catch unreachable;
+const needed_version = std.SemanticVersion.parse("0.10.0-dev.1427") catch unreachable;
const Exercise = struct {
/// main_file must have the format key_name.zig.