update zig version

This commit is contained in:
Mitchell Hashimoto
2024-02-20 16:42:39 -08:00
parent 4add6889d8
commit d92beab1d8
2 changed files with 4 additions and 5 deletions

View File

@ -24,7 +24,7 @@ const Command = @import("src/Command.zig");
// but we liberally update it. In the future, we'll be more careful about // but we liberally update it. In the future, we'll be more careful about
// using released versions so that package managers can integrate better. // using released versions so that package managers can integrate better.
comptime { comptime {
const required_zig = "0.12.0-dev.2711+f995c1b08"; const required_zig = "0.12.0-dev.2818+97290e0bf";
const current_zig = builtin.zig_version; const current_zig = builtin.zig_version;
const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable; const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable;
if (current_zig.order(min_zig) == .lt) { if (current_zig.order(min_zig) == .lt) {
@ -272,7 +272,6 @@ pub fn build(b: *std.Build) !void {
exe.want_lto = false; exe.want_lto = false;
} }
// If we're installing, we get the install step so we can add // If we're installing, we get the install step so we can add
// additional dependencies to it. // additional dependencies to it.
const install_step = if (config.app_runtime != .none) step: { const install_step = if (config.app_runtime != .none) step: {

6
flake.lock generated
View File

@ -194,11 +194,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1707783766, "lastModified": 1708474925,
"narHash": "sha256-kD90pK+KAzr3UrohYRqE7fWUaEg4Mv3rk1IhubiHFUM=", "narHash": "sha256-ejcMwYdCnCNxaQ7G1hTo6G33iI+hcfHsCJYskDVssyw=",
"owner": "mitchellh", "owner": "mitchellh",
"repo": "zig-overlay", "repo": "zig-overlay",
"rev": "06f4507d05f90a54409a5206fcfba5966eea0c03", "rev": "f28aea5eeaeafed3d9be7d7ac920df95d1ebd376",
"type": "github" "type": "github"
}, },
"original": { "original": {