| author | |
| committer | |
| log | 7f2140710fa1f97062d8f632a26656a5b1c249e5 |
| tree | b12205f6b9ed294d1644e58eab58a95b4e6f500e |
| parent | 39b653c5e776ff87247e8079db3c9c11981a1597 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | @@ -626,7 +626,7 @@ pub const Os = struct { | ... | @@ -626,7 +626,7 @@ pub const Os = struct { |
| 626 | .cuda => .{ | 626 | .cuda => .{ |
| 627 | .semver = .{ | 627 | .semver = .{ |
| 628 | .min = .{ .major = 11, .minor = 0, .patch = 1 }, | 628 | .min = .{ .major = 11, .minor = 0, .patch = 1 }, |
| 629 | .max = .{ .major = 12, .minor = 9, .patch = 0 }, | 629 | .max = .{ .major = 12, .minor = 9, .patch = 1 }, |
| 630 | }, | 630 | }, |
| 631 | }, | 631 | }, |
| 632 | .nvcl, | 632 | .nvcl, |