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
This commit is contained in:
Alex Rønne Petersen 2024-08-10 18:37:39 +02:00
parent fa51e84a87
commit 8088027e72
No known key found for this signature in database

View File

@ -503,7 +503,7 @@ pub const Os = struct {
.windows => .{
.windows = .{
.min = .win8_1,
.min = .win10,
.max = WindowsVersion.latest,
},
},