@@ -420,19 +420,19 @@ pub const Os = struct {
420
420
.contiki = > .{
421
421
.semver = .{
422
422
.min = .{ .major = 4 , .minor = 0 , .patch = 0 },
423
- .max = .{ .major = 4 , .minor = 9 , .patch = 0 },
423
+ .max = .{ .major = 5 , .minor = 0 , .patch = 0 },
424
424
},
425
425
},
426
426
.fuchsia = > .{
427
427
.semver = .{
428
428
.min = .{ .major = 1 , .minor = 1 , .patch = 0 },
429
- .max = .{ .major = 20 , .minor = 1 , .patch = 0 },
429
+ .max = .{ .major = 21 , .minor = 1 , .patch = 0 },
430
430
},
431
431
},
432
432
.hermit = > .{
433
433
.semver = .{
434
434
.min = .{ .major = 0 , .minor = 4 , .patch = 0 },
435
- .max = .{ .major = 0 , .minor = 8 , .patch = 0 },
435
+ .max = .{ .major = 0 , .minor = 10 , .patch = 0 },
436
436
},
437
437
},
438
438
@@ -467,7 +467,7 @@ pub const Os = struct {
467
467
468
468
break :blk default_min ;
469
469
},
470
- .max = .{ .major = 6 , .minor = 11 , .patch = 5 },
470
+ .max = .{ .major = 6 , .minor = 13 , .patch = 4 },
471
471
},
472
472
.glibc = blk : {
473
473
const default_min : std.SemanticVersion = .{ .major = 2 , .minor = 28 , .patch = 0 };
@@ -488,7 +488,7 @@ pub const Os = struct {
488
488
.rtems = > .{
489
489
.semver = .{
490
490
.min = .{ .major = 5 , .minor = 1 , .patch = 0 },
491
- .max = .{ .major = 5 , .minor = 3 , .patch = 0 },
491
+ .max = .{ .major = 6 , .minor = 1 , .patch = 0 },
492
492
},
493
493
},
494
494
.zos = > .{
@@ -532,13 +532,13 @@ pub const Os = struct {
532
532
.macos = > .{
533
533
.semver = .{
534
534
.min = .{ .major = 13 , .minor = 0 , .patch = 0 },
535
- .max = .{ .major = 15 , .minor = 3 , .patch = 0 },
535
+ .max = .{ .major = 15 , .minor = 3 , .patch = 1 },
536
536
},
537
537
},
538
538
.ios = > .{
539
539
.semver = .{
540
540
.min = .{ .major = 12 , .minor = 0 , .patch = 0 },
541
- .max = .{ .major = 18 , .minor = 3 , .patch = 0 },
541
+ .max = .{ .major = 18 , .minor = 3 , .patch = 1 },
542
542
},
543
543
},
544
544
.tvos = > .{
@@ -550,13 +550,13 @@ pub const Os = struct {
550
550
.visionos = > .{
551
551
.semver = .{
552
552
.min = .{ .major = 1 , .minor = 0 , .patch = 0 },
553
- .max = .{ .major = 2 , .minor = 3 , .patch = 0 },
553
+ .max = .{ .major = 2 , .minor = 3 , .patch = 1 },
554
554
},
555
555
},
556
556
.watchos = > .{
557
557
.semver = .{
558
558
.min = .{ .major = 6 , .minor = 0 , .patch = 0 },
559
- .max = .{ .major = 11 , .minor = 3 , .patch = 0 },
559
+ .max = .{ .major = 11 , .minor = 3 , .patch = 1 },
560
560
},
561
561
},
562
562
@@ -590,7 +590,7 @@ pub const Os = struct {
590
590
.amdhsa = > .{
591
591
.semver = .{
592
592
.min = .{ .major = 5 , .minor = 0 , .patch = 2 },
593
- .max = .{ .major = 6 , .minor = 2 , .patch = 2 },
593
+ .max = .{ .major = 6 , .minor = 3 , .patch = 0 },
594
594
},
595
595
},
596
596
.amdpal = > .{
@@ -602,15 +602,15 @@ pub const Os = struct {
602
602
.cuda = > .{
603
603
.semver = .{
604
604
.min = .{ .major = 11 , .minor = 0 , .patch = 1 },
605
- .max = .{ .major = 12 , .minor = 6 , .patch = 1 },
605
+ .max = .{ .major = 12 , .minor = 8 , .patch = 0 },
606
606
},
607
607
},
608
608
.nvcl ,
609
609
.opencl ,
610
610
= > .{
611
611
.semver = .{
612
612
.min = .{ .major = 2 , .minor = 2 , .patch = 0 },
613
- .max = .{ .major = 3 , .minor = 0 , .patch = 0 },
613
+ .max = .{ .major = 3 , .minor = 0 , .patch = 17 },
614
614
},
615
615
},
616
616
.opengl = > .{
@@ -622,7 +622,7 @@ pub const Os = struct {
622
622
.vulkan = > .{
623
623
.semver = .{
624
624
.min = .{ .major = 1 , .minor = 2 , .patch = 0 },
625
- .max = .{ .major = 1 , .minor = 3 , .patch = 0 },
625
+ .max = .{ .major = 1 , .minor = 4 , .patch = 309 },
626
626
},
627
627
},
628
628
};
0 commit comments