mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
std.Target: bump opencl/nvcl max version to 3.0.19
This commit is contained in:
parent
adbf46aef3
commit
d677086bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue