std.Target: Bump minimum Dragonfly BSD version to 6.0.0.

This commit is contained in:
Alex Rønne Petersen
2025-04-06 08:01:27 +02:00
parent af19161817
commit c8631ec523

View File

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