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:
@@ -503,7 +503,7 @@ pub const Os = struct {
|
||||
|
||||
.windows => .{
|
||||
.windows = .{
|
||||
.min = .win8_1,
|
||||
.min = .win10,
|
||||
.max = WindowsVersion.latest,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user