Merge pull request #559 from mitchellh/update-zig

update zig
This commit is contained in:
Mitchell Hashimoto
2023-09-27 08:37:07 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@ -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) {

6
flake.lock generated
View File

@ -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": {