summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-01-31 23:58:33 +0100
committerGitHub <noreply@github.com>2023-01-31 23:58:33 +0100
commit1baa4e2346beb1ecffa333b84155ce90a04402d0 (patch)
tree7e9e93db0dcd358181fc9d99d8966d6eda2779ba /build.zig
parent11d8df8b75b235d8785ce1a400bfcb7a83c52f80 (diff)
parent894456a3ccb64b3901199de1871b5d30df949e2e (diff)
Merge pull request #174 from chrboesch/build
update to zig dev release 1501
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 3943d01..3b0ac71 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.11.0-dev.1302") catch unreachable;
+const needed_version = std.SemanticVersion.parse("0.11.0-dev.1501") catch unreachable;
const Exercise = struct {
/// main_file must have the format key_name.zig.