mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
std.Target: bump opencl/nvcl max version to 3.0.19
This commit is contained in:
parent
adbf46aef3
commit
d677086bcd
@ -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 => .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user