mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
std.Target: bump dragonfly max version to 6.4.2
This commit is contained in:
parent
a9c648c060
commit
3801e6366f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 => .{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue