std.Target: Update maximum supported Dragonfly BSD version.
This commit is contained in:
@@ -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 => .{
|
||||
|
||||
Reference in New Issue
Block a user