diff --git a/build.zig b/build.zig index 0f084e539..a66c402fa 100644 --- a/build.zig +++ b/build.zig @@ -35,7 +35,7 @@ const system_sdk = @import("vendor/mach-glfw/system_sdk.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.464+a63a1c5cb"; + const required_zig = "0.12.0-dev.602+15ce96525"; 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 4966feef7..aa29211e6 100644 --- a/flake.lock +++ b/flake.lock @@ -276,11 +276,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1695298117, - "narHash": "sha256-Yuyd7KBO+NWf9gckdxdIfw06ZCX2Chz7VtlqLyRuH14=", + "lastModified": 1695816516, + "narHash": "sha256-UWfM9hwRD9umpiSRiHw0EbDWiQLc94qjr8XMQqEk3yo=", "owner": "mitchellh", "repo": "zig-overlay", - "rev": "23c96506c8e652a59c88906b41b593c789f15680", + "rev": "cf1406448d235e75b541319876794cdf64011335", "type": "github" }, "original": {