mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
std.Target: Bump minimum Dragonfly BSD version to 6.0.0.
This commit is contained in:
parent
af19161817
commit
c8631ec523
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ pub const Os = struct {
|
|||
|
||||
.dragonfly => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 5, .minor = 8, .patch = 0 },
|
||||
.min = .{ .major = 6, .minor = 0, .patch = 0 },
|
||||
.max = .{ .major = 6, .minor = 4, .patch = 0 },
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue