Skip to content

Commit 71722df

Browse files
committed
std.Target: bump driverkit min version to 20.0.0
1 parent e9093b8 commit 71722df

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
@@ -549,7 +549,7 @@ pub const Os = struct {
549549

550550
.driverkit => .{
551551
.semver = .{
552-
.min = .{ .major = 19, .minor = 0, .patch = 0 },
552+
.min = .{ .major = 20, .minor = 0, .patch = 0 },
553553
.max = .{ .major = 25, .minor = 0, .patch = 0 },
554554
},
555555
},

0 commit comments

Comments
 (0)