diff --git a/build.zig b/build.zig index 0d0fc931b..ff8f848af 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.2818+97290e0bf"; + const required_zig = "0.12.0-dev.3033+031f23117"; const current_zig = builtin.zig_version; const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable; if (current_zig.order(min_zig) == .lt) { diff --git a/flake.lock b/flake.lock index 0e5a44698..3d277e651 100644 --- a/flake.lock +++ b/flake.lock @@ -194,11 +194,11 @@ ] }, "locked": { - "lastModified": 1708776432, - "narHash": "sha256-BgVtWuK4v0J0z+8wj2ww0T7M85NrknimOFDVp7Yx7XU=", + "lastModified": 1709035693, + "narHash": "sha256-ac5fR8n4RPjP5GHhFMdtUhdL6e/eFCxIOO+7UoP1B/g=", "owner": "mitchellh", "repo": "zig-overlay", - "rev": "14ec3b93067932906652567e01bfc171f72c750e", + "rev": "e1c418c2315adaeca6f27fd8919141eb7992866d", "type": "github" }, "original": {