From 7d44378ac03a4786ada7dbda55ebadde335d64c9 Mon Sep 17 00:00:00 2001 From: Techatrix Date: Sat, 18 Jan 2025 02:10:51 +0100 Subject: [PATCH] set minimum_zig_version in build.zig.zon to `0.14.0-dev.2633+bc846c379` Zig 0.14.0-dev.2802 is not available as a prebuilt binary. --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 800a580f3..3f5cbdf7d 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,7 +4,7 @@ .version = "0.14.0-dev", // Must be kept in line with the `minimum_build_zig_version` in `build.zig`. // Should be a Zig version that is downloadable from https://ziglang.org/download/ or a mirror. - .minimum_zig_version = "0.14.0-dev.2801+4d8c24c6c", + .minimum_zig_version = "0.14.0-dev.2802+257054a14", // If you do not use Nix, a ZLS maintainer can take care of this. // Whenever the dependencies are updated, run the following command: // ```bash