mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
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:
parent
fa51e84a87
commit
8088027e72
@ -503,7 +503,7 @@ pub const Os = struct {
|
||||
|
||||
.windows => .{
|
||||
.windows = .{
|
||||
.min = .win8_1,
|
||||
.min = .win10,
|
||||
.max = WindowsVersion.latest,
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user