| author | |
| committer | |
| log | 8088027e72e854339b8f0fa22d109d5cb61d9ecd |
| tree | 3e489280329b9dd5ba6a92c6a3234dd30b158403 |
| parent | fa51e84a87e0591dcad991c747827376728b1286 |
| signature |
Per 0.13.0 release notes: https://ziglang.org/download/0.13.0/release-notes.html1 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 { |
| 503 | 503 | ||
| 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 | }, |