std.Target: bump dragonfly max version to 6.4.2

This commit is contained in:
Alex Rønne Petersen 2025-10-31 15:45:26 +01:00
parent a9c648c060
commit 3801e6366f
No known key found for this signature in database

View file

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