mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 08:04:50 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ pub const Os = struct {
|
|||
.uefi => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 2, .minor = 0, .patch = 0 },
|
||||
.max = .{ .major = 2, .minor = 9, .patch = 0 },
|
||||
.max = .{ .major = 2, .minor = 11, .patch = 0 },
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue