From ac1d003f1e4a48bb51dfb0e18ed80a3308ecdf14 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Wed, 26 Jul 2023 20:20:40 +0200 Subject: Upgrade to Zig version 4246 --- 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 2c7fb08..6e7d92e 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.3853"; +const needed_version_str = "0.11.0-dev.4246"; fn isCompatible() bool { if (!@hasDecl(builtin, "zig_version") or !@hasDecl(std, "SemanticVersion")) { -- cgit v1.2.3