Skip to content

Commit c8631ec

Browse files
committed
std.Target: Bump minimum Dragonfly BSD version to 6.0.0.
1 parent af19161 commit c8631ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Target.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ pub const Os = struct {
500500

501501
.dragonfly => .{
502502
.semver = .{
503-
.min = .{ .major = 5, .minor = 8, .patch = 0 },
503+
.min = .{ .major = 6, .minor = 0, .patch = 0 },
504504
.max = .{ .major = 6, .minor = 4, .patch = 0 },
505505
},
506506
},

0 commit comments

Comments
 (0)