Commit f3bf26138c

Alex Rønne Petersen <alex@alexrp.com>
2025-05-02 19:54:10
std.Target: Update maximum supported Dragonfly BSD version.
1 parent 9013d9e
Changed files (1)
lib
lib/std/Target.zig
@@ -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 => .{