aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-05-02 19:52:47 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2025-05-02 19:52:47 +0200
commit2f999dd3af782e6bdc27361ef81db624c4b807ca (patch)
tree8854aa106bf843d2e68bf00d614437ec604ad091 /lib
parentcb4022b03911f8fb8e2e4ec1c0647bda12be8de8 (diff)
downloadzig-2f999dd3af782e6bdc27361ef81db624c4b807ca.tar.gz
zig-2f999dd3af782e6bdc27361ef81db624c4b807ca.zip
std.Target: Update supported Hermit version range.
Diffstat (limited to 'lib')
-rw-r--r--lib/std/Target.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/std/Target.zig b/lib/std/Target.zig
index 74e49e3c44..1d1268f360 100644
--- a/lib/std/Target.zig
+++ b/lib/std/Target.zig
@@ -426,8 +426,8 @@ pub const Os = struct {
},
.hermit => .{
.semver = .{
- .min = .{ .major = 0, .minor = 4, .patch = 0 },
- .max = .{ .major = 0, .minor = 10, .patch = 0 },
+ .min = .{ .major = 0, .minor = 5, .patch = 0 },
+ .max = .{ .major = 0, .minor = 11, .patch = 0 },
},
},