authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-08-10 18:37:39+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-08-10 20:24:19+02:00
log8088027e72e854339b8f0fa22d109d5cb61d9ecd
tree3e489280329b9dd5ba6a92c6a3234dd30b158403
parentfa51e84a87e0591dcad991c747827376728b1286
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.Target: Bump minimum supported Windows version to win10.

Per 0.13.0 release notes: https://ziglang.org/download/0.13.0/release-notes.html

1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/Target.zig+1-1
...@@ -503,7 +503,7 @@ pub const Os = struct {...@@ -503,7 +503,7 @@ pub const Os = struct {
503503
504 .windows => .{504 .windows => .{
505 .windows = .{505 .windows = .{
506 .min = .win8_1,506 .min = .win10,
507 .max = WindowsVersion.latest,507 .max = WindowsVersion.latest,
508 },508 },
509 },509 },