From a5a36337e88a15befbb814cdd14a4801e44f6673 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Mon, 26 Jun 2023 23:43:39 +0200 Subject: Revised exercises due to the changes of Zig version 0.11.0-dev.3853 --- src/compat.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/compat.zig b/src/compat.zig index 951899a..2c7fb08 100644 --- a/src/compat.zig +++ b/src/compat.zig @@ -15,7 +15,7 @@ const print = if (@hasDecl(debug, "print")) debug.print else debug.warn; // When changing this version, be sure to also update README.md in two places: // 1) Getting Started // 2) Version Changes -const needed_version_str = "0.11.0-dev.3747"; +const needed_version_str = "0.11.0-dev.3853"; fn isCompatible() bool { if (!@hasDecl(builtin, "zig_version") or !@hasDecl(std, "SemanticVersion")) { -- cgit v1.2.3