@@ -405,7 +405,7 @@ pub const Os = struct {
405
405
.fuchsia = > .{
406
406
.semver = .{
407
407
.min = .{ .major = 1 , .minor = 0 , .patch = 0 },
408
- .max = .{ .major = 26 , .minor = 0 , .patch = 0 },
408
+ .max = .{ .major = 27 , .minor = 0 , .patch = 0 },
409
409
},
410
410
},
411
411
.hermit = > .{
@@ -446,7 +446,7 @@ pub const Os = struct {
446
446
447
447
break :blk default_min ;
448
448
},
449
- .max = .{ .major = 6 , .minor = 13 , .patch = 4 },
449
+ .max = .{ .major = 6 , .minor = 16 , .patch = 0 },
450
450
},
451
451
.glibc = blk : {
452
452
// For 32-bit targets that traditionally used 32-bit time, we require
@@ -519,7 +519,7 @@ pub const Os = struct {
519
519
520
520
break :blk default_min ;
521
521
},
522
- .max = .{ .major = 14 , .minor = 2 , .patch = 0 },
522
+ .max = .{ .major = 14 , .minor = 3 , .patch = 0 },
523
523
},
524
524
},
525
525
.netbsd = > .{
@@ -549,38 +549,38 @@ pub const Os = struct {
549
549
550
550
.driverkit = > .{
551
551
.semver = .{
552
- .min = .{ .major = 19 , .minor = 0 , .patch = 0 },
553
- .max = .{ .major = 24 , .minor = 4 , .patch = 0 },
552
+ .min = .{ .major = 20 , .minor = 0 , .patch = 0 },
553
+ .max = .{ .major = 25 , .minor = 0 , .patch = 0 },
554
554
},
555
555
},
556
556
.macos = > .{
557
557
.semver = .{
558
558
.min = .{ .major = 13 , .minor = 0 , .patch = 0 },
559
- .max = .{ .major = 15 , .minor = 4 , .patch = 1 },
559
+ .max = .{ .major = 15 , .minor = 6 , .patch = 0 },
560
560
},
561
561
},
562
562
.ios = > .{
563
563
.semver = .{
564
564
.min = .{ .major = 15 , .minor = 0 , .patch = 0 },
565
- .max = .{ .major = 18 , .minor = 4 , .patch = 1 },
565
+ .max = .{ .major = 18 , .minor = 6 , .patch = 0 },
566
566
},
567
567
},
568
568
.tvos = > .{
569
569
.semver = .{
570
570
.min = .{ .major = 15 , .minor = 0 , .patch = 0 },
571
- .max = .{ .major = 18 , .minor = 4 , .patch = 1 },
571
+ .max = .{ .major = 18 , .minor = 5 , .patch = 0 },
572
572
},
573
573
},
574
574
.visionos = > .{
575
575
.semver = .{
576
576
.min = .{ .major = 1 , .minor = 0 , .patch = 0 },
577
- .max = .{ .major = 2 , .minor = 4 , .patch = 1 },
577
+ .max = .{ .major = 2 , .minor = 5 , .patch = 0 },
578
578
},
579
579
},
580
580
.watchos = > .{
581
581
.semver = .{
582
- .min = .{ .major = 7 , .minor = 0 , .patch = 0 },
583
- .max = .{ .major = 11 , .minor = 4 , .patch = 0 },
582
+ .min = .{ .major = 8 , .minor = 0 , .patch = 0 },
583
+ .max = .{ .major = 11 , .minor = 6 , .patch = 0 },
584
584
},
585
585
},
586
586
@@ -614,7 +614,7 @@ pub const Os = struct {
614
614
.amdhsa = > .{
615
615
.semver = .{
616
616
.min = .{ .major = 5 , .minor = 0 , .patch = 0 },
617
- .max = .{ .major = 6 , .minor = 4 , .patch = 0 },
617
+ .max = .{ .major = 6 , .minor = 4 , .patch = 2 },
618
618
},
619
619
},
620
620
.amdpal = > .{
@@ -626,7 +626,7 @@ pub const Os = struct {
626
626
.cuda = > .{
627
627
.semver = .{
628
628
.min = .{ .major = 11 , .minor = 0 , .patch = 1 },
629
- .max = .{ .major = 12 , .minor = 9 , .patch = 0 },
629
+ .max = .{ .major = 12 , .minor = 9 , .patch = 1 },
630
630
},
631
631
},
632
632
.nvcl ,
@@ -646,7 +646,7 @@ pub const Os = struct {
646
646
.vulkan = > .{
647
647
.semver = .{
648
648
.min = .{ .major = 1 , .minor = 2 , .patch = 0 },
649
- .max = .{ .major = 1 , .minor = 4 , .patch = 313 },
649
+ .max = .{ .major = 1 , .minor = 4 , .patch = 321 },
650
650
},
651
651
},
652
652
};
0 commit comments