File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Building with Zig `0.15` will be possible once this issue is resolved:
1010
1111| Refname | Catch2 version | Zig ` 0.15.x ` | Zig ` 0.14.x ` | Zig ` 0.13.x ` | Zig ` 0.12.x ` |
1212| :----------| :---------------| :------------:| :------------:| :------------:| :------------:|
13+ | ` 3.10.0 ` | ` v3.10.0 ` | ❌ | ✅ | ❌ | ❌ |
1314| ` 3.9.1 ` | ` v3.9.1 ` | ❌ | ✅ | ❌ | ❌ |
1415| ` 3.9.0 ` | ` v3.9.0 ` | ❌ | ✅ | ❌ | ❌ |
1516| ` 3.8.1 ` | ` v3.8.1 ` | ❌ | ✅ | ❌ | ❌ |
Original file line number Diff line number Diff line change 11const std = @import ("std" );
22
3- const version = .{ .major = 3 , .minor = 8 , .patch = 1 };
3+ const version = .{ .major = 3 , .minor = 10 , .patch = 0 };
44
55pub fn build (b : * std.Build ) ! void {
66 const target = b .standardTargetOptions (.{});
Original file line number Diff line number Diff line change 11.{
22 .name = .catch2 ,
3- .version = "3.9.1 " ,
3+ .version = "3.10.0 " ,
44 .fingerprint = 0x50cf7037cefab352 ,
55 .minimum_zig_version = "0.14.0" ,
66 .dependencies = .{
77 .upstream = .{
8- .url = "git+https://github.com/catchorg/Catch2?ref=v3.9.1#644821ce28cb25d7992a4d0375b1d83214392592 " ,
9- .hash = "N-V-__8AAJpKgwCxhWwaxDlhswH7PVSnt8YrSYy-Ar1Lorel " ,
8+ .url = "git+https://github.com/catchorg/Catch2?ref=v3.10.0#25319fd3047c6bdcf3c0170e76fa526c77f99ca9 " ,
9+ .hash = "N-V-__8AAK6JgwCSlz0Qb_HwbSQ1cmS1vtPUTtI4GrnA0NBk " ,
1010 },
1111 },
1212 .paths = .{
You can’t perform that action at this time.
0 commit comments