commit 43cc656ea67f2bde72c4e88ea197f856b65692ae (tree)
parent ea1ce2df9b20b5c91278eb0ed99a9cd0b0949e1a
Author: Linus Groh <mail@linusgroh.de>
Date: Sat, 8 Feb 2025 20:55:53 +0000
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/
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/std/Target.zig b/lib/std/Target.zig
@@ -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 },
},
},