std.Target: Update maximum supported Dragonfly BSD version.

This commit is contained in:
Alex Rønne Petersen
2025-05-02 19:54:10 +02:00
parent 9013d9ed78
commit f3bf26138c

View File

@@ -517,7 +517,7 @@ pub const Os = struct {
.dragonfly => .{
.semver = .{
.min = .{ .major = 6, .minor = 0, .patch = 0 },
.max = .{ .major = 6, .minor = 4, .patch = 0 },
.max = .{ .major = 6, .minor = 4, .patch = 1 },
},
},
.freebsd => .{