From d92beab1d8b41b1ef30bd46bfb6d8d5c22b5a6c5 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 20 Feb 2024 16:42:39 -0800 Subject: [PATCH] update zig version --- build.zig | 3 +-- flake.lock | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/build.zig b/build.zig index dec2c2657..0d0fc931b 100644 --- a/build.zig +++ b/build.zig @@ -24,7 +24,7 @@ const Command = @import("src/Command.zig"); // but we liberally update it. In the future, we'll be more careful about // using released versions so that package managers can integrate better. 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 min_zig = std.SemanticVersion.parse(required_zig) catch unreachable; if (current_zig.order(min_zig) == .lt) { @@ -272,7 +272,6 @@ pub fn build(b: *std.Build) !void { exe.want_lto = false; } - // If we're installing, we get the install step so we can add // additional dependencies to it. const install_step = if (config.app_runtime != .none) step: { diff --git a/flake.lock b/flake.lock index d746adaf7..b846fe97e 100644 --- a/flake.lock +++ b/flake.lock @@ -194,11 +194,11 @@ ] }, "locked": { - "lastModified": 1707783766, - "narHash": "sha256-kD90pK+KAzr3UrohYRqE7fWUaEg4Mv3rk1IhubiHFUM=", + "lastModified": 1708474925, + "narHash": "sha256-ejcMwYdCnCNxaQ7G1hTo6G33iI+hcfHsCJYskDVssyw=", "owner": "mitchellh", "repo": "zig-overlay", - "rev": "06f4507d05f90a54409a5206fcfba5966eea0c03", + "rev": "f28aea5eeaeafed3d9be7d7ac920df95d1ebd376", "type": "github" }, "original": {