Skip to content

Commit

Permalink
set minimum_zig_version in build.zig.zon to 0.14.0-dev.2633+bc846c379
Browse files Browse the repository at this point in the history
Zig 0.14.0-dev.2802 is not available as a prebuilt binary.
  • Loading branch information
Techatrix committed Jan 18, 2025
1 parent f49da66 commit 7d44378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d44378

Please sign in to comment.