mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
std.Target: Bump UEFI max version to 2.11
This is the most recent version, released in December 2024. https://uefi.org/specs/UEFI/2.11/
This commit is contained in:
parent
ea1ce2df9b
commit
43cc656ea6
@ -597,7 +597,7 @@ pub const Os = struct {
|
|||||||
.uefi => .{
|
.uefi => .{
|
||||||
.semver = .{
|
.semver = .{
|
||||||
.min = .{ .major = 2, .minor = 0, .patch = 0 },
|
.min = .{ .major = 2, .minor = 0, .patch = 0 },
|
||||||
.max = .{ .major = 2, .minor = 9, .patch = 0 },
|
.max = .{ .major = 2, .minor = 11, .patch = 0 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user