update zig

This commit is contained in:
Mitchell Hashimoto
2024-04-18 14:37:05 -07:00
parent 0699d3720c
commit e4cbd522e8
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,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.3405+31791ae15"; const required_zig = "0.12.0-dev.3676+21a6a1b0f";
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) {

6
flake.lock generated
View File

@ -194,11 +194,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1713471830, "lastModified": 1713476117,
"narHash": "sha256-bx/GJfc5dc8WfThWNCWPzgWeiP89wWOfi0zkaosdbcU=", "narHash": "sha256-97U178Ob/D+EYiGMg/ne7je292ZLCghclhXiPfIfpdQ=",
"owner": "mitchellh", "owner": "mitchellh",
"repo": "zig-overlay", "repo": "zig-overlay",
"rev": "4c2dfbd41e220b9e1bbf12c38b98f56459e3b339", "rev": "8f336c6f54b57492ac1d8a7385a79fefac84b7dc",
"type": "github" "type": "github"
}, },
"original": { "original": {