std.Target: Update supported Hermit version range.

This commit is contained in:
Alex Rønne Petersen
2025-05-02 19:52:47 +02:00
parent cb4022b039
commit 2f999dd3af

View File

@@ -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 },
},
},