Skip to content

Commit

Permalink
update min zig version
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Jan 5, 2024
1 parent 7dd6ffd commit 07a057b
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 @@ -4,8 +4,8 @@ const builtin = @import("builtin");
const zls_version = std.SemanticVersion{ .major = 0, .minor = 12, .patch = 0 };

/// document the latest breaking change that caused a change to the string below:
/// Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)
const min_zig_string = "0.12.0-dev.1767+1e42a3de89";
/// Update `std.testing.expectEqual` and friends to use peer type resolution
const min_zig_string = "0.12.0-dev.2036+fc79b22a9";

const Build = blk: {
const current_zig = builtin.zig_version;
Expand Down

0 comments on commit 07a057b

Please sign in to comment.