std.Target: bump opencl/nvcl max version to 3.0.19

This commit is contained in:
Alex Rønne Petersen 2025-10-31 15:46:29 +01:00
parent adbf46aef3
commit d677086bcd
No known key found for this signature in database

View File

@ -634,7 +634,7 @@ pub const Os = struct {
=> .{
.semver = .{
.min = .{ .major = 2, .minor = 2, .patch = 0 },
.max = .{ .major = 3, .minor = 0, .patch = 17 },
.max = .{ .major = 3, .minor = 0, .patch = 19 },
},
},
.opengl => .{