mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 22:09:49 +00:00
std.Target: bump dragonfly max version to 6.4.2
This commit is contained in:
parent
a9c648c060
commit
3801e6366f
@ -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…
x
Reference in New Issue
Block a user