Skip to content

Commit 7f21407

Browse files
committed
std.Target: bump cuda max version to 12.9.1
1 parent 39b653c commit 7f21407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Target.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ pub const Os = struct {
626626
.cuda => .{
627627
.semver = .{
628628
.min = .{ .major = 11, .minor = 0, .patch = 1 },
629-
.max = .{ .major = 12, .minor = 9, .patch = 0 },
629+
.max = .{ .major = 12, .minor = 9, .patch = 1 },
630630
},
631631
},
632632
.nvcl,

0 commit comments

Comments
 (0)