Skip to content

Commit

Permalink
set minimum build version to 0.14.0-dev.2534+12d64c456
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Dec 26, 2024
1 parent f31cf38 commit 9e7e14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const builtin = @import("builtin");
const zls_version = std.SemanticVersion{ .major = 0, .minor = 14, .patch = 0, .pre = "dev" };

/// Specify the minimum Zig version that is required to compile and test ZLS:
/// fix std.zig.Ast.rootDecls on .zon mode Ast
/// std.Build: add new functions to create artifacts/Step.Compile from existing module
///
/// If you do not use Nix, a ZLS maintainer can take care of this.
/// Whenever this version is increased, run the following command:
Expand All @@ -15,7 +15,7 @@ const zls_version = std.SemanticVersion{ .major = 0, .minor = 14, .patch = 0, .p
/// ```
///
/// Must match the `minimum_zig_version` in `build.zig.zon`.
const minimum_build_zig_version = "0.14.0-dev.2472+cc82620b2";
const minimum_build_zig_version = "0.14.0-dev.2534+12d64c456";

/// Specify the minimum Zig version that is required to run ZLS:
/// make zig compiler processes live across rebuilds
Expand Down

0 comments on commit 9e7e14f

Please sign in to comment.