@@ -411,39 +411,39 @@ pub const Os = struct {
411
411
.aarch64 = > VersionRange {
412
412
.semver = .{
413
413
.min = .{ .major = 11 , .minor = 7 , .patch = 1 },
414
- .max = .{ .major = 14 , .minor = 1 , .patch = 0 },
414
+ .max = .{ .major = 14 , .minor = 6 , .patch = 1 },
415
415
},
416
416
},
417
417
.x86_64 = > VersionRange {
418
418
.semver = .{
419
419
.min = .{ .major = 11 , .minor = 7 , .patch = 1 },
420
- .max = .{ .major = 14 , .minor = 1 , .patch = 0 },
420
+ .max = .{ .major = 14 , .minor = 6 , .patch = 1 },
421
421
},
422
422
},
423
423
else = > unreachable ,
424
424
},
425
425
.ios = > .{
426
426
.semver = .{
427
427
.min = .{ .major = 12 , .minor = 0 , .patch = 0 },
428
- .max = .{ .major = 17 , .minor = 1 , .patch = 0 },
428
+ .max = .{ .major = 17 , .minor = 6 , .patch = 1 },
429
429
},
430
430
},
431
431
.watchos = > .{
432
432
.semver = .{
433
433
.min = .{ .major = 6 , .minor = 0 , .patch = 0 },
434
- .max = .{ .major = 10 , .minor = 1 , .patch = 0 },
434
+ .max = .{ .major = 10 , .minor = 6 , .patch = 0 },
435
435
},
436
436
},
437
437
.tvos = > .{
438
438
.semver = .{
439
439
.min = .{ .major = 13 , .minor = 0 , .patch = 0 },
440
- .max = .{ .major = 17 , .minor = 1 , .patch = 0 },
440
+ .max = .{ .major = 17 , .minor = 6 , .patch = 0 },
441
441
},
442
442
},
443
443
.visionos = > .{
444
444
.semver = .{
445
445
.min = .{ .major = 1 , .minor = 0 , .patch = 0 },
446
- .max = .{ .major = 1 , .minor = 0 , .patch = 0 },
446
+ .max = .{ .major = 1 , .minor = 3 , .patch = 0 },
447
447
},
448
448
},
449
449
.netbsd = > .{
@@ -454,8 +454,8 @@ pub const Os = struct {
454
454
},
455
455
.openbsd = > .{
456
456
.semver = .{
457
- .min = .{ .major = 6 , .minor = 8 , .patch = 0 },
458
- .max = .{ .major = 7 , .minor = 4 , .patch = 0 },
457
+ .min = .{ .major = 7 , .minor = 3 , .patch = 0 },
458
+ .max = .{ .major = 7 , .minor = 5 , .patch = 0 },
459
459
},
460
460
},
461
461
.dragonfly = > .{
@@ -466,8 +466,8 @@ pub const Os = struct {
466
466
},
467
467
.solaris = > .{
468
468
.semver = .{
469
- .min = .{ .major = 5 , .minor = 11 , .patch = 0 },
470
- .max = .{ .major = 5 , .minor = 11 , .patch = 0 },
469
+ .min = .{ .major = 11 , .minor = 0 , .patch = 0 },
470
+ .max = .{ .major = 11 , .minor = 4 , .patch = 0 },
471
471
},
472
472
},
473
473
.wasi = > .{
@@ -503,7 +503,7 @@ pub const Os = struct {
503
503
504
504
.windows = > .{
505
505
.windows = .{
506
- .min = .win8_1 ,
506
+ .min = .win10 ,
507
507
.max = WindowsVersion .latest ,
508
508
},
509
509
},
0 commit comments