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 @@ -720,6 +720,7 @@ const test_sources: []const []const u8 = &.{
720720 "test-udp-send-unreachable.c" ,
721721 "test-udp-try-send.c" ,
722722 "test-udp-recv-in-a-row.c" ,
723+ "test-udp-recvmsg-unreachable-error.c" ,
723724 "test-udp-reuseport.c" ,
724725 "test-uname.c" ,
725726 "test-walk-handles.c" ,
Original file line number Diff line number Diff line change 11.{
22 .name = .libuv ,
33 .fingerprint = 0x7CB3932CBFAADA86 ,
4- .version = "1.51 .0" ,
4+ .version = "1.52 .0" ,
55 .minimum_zig_version = "0.14.0" ,
66 .dependencies = .{
77 .libuv = .{
8- .url = "git+https://github.com/libuv/libuv?ref=v1.51 .0#5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b " ,
9- .hash = "N-V-__8AABtNRAB58M85Dm0p6z6iRHP3Zz3eyo08HU4EF5mq " ,
8+ .url = "git+https://github.com/libuv/libuv?ref=v1.52 .0#b556c0629d0fd250b5feefbc91b84c6f5e3dae48 " ,
9+ .hash = "N-V-__8AALHpRAD4RWLGxEOQL1GdKH2xwNlq0f51wZBIPIOV " ,
1010 },
1111 },
1212 .paths = .{
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ your_exe.linkLibrary(libuv_dep.artifact("uv"));
4040
4141| Refname | libuv Version | Compatible Zig Version(s) |
4242| -----------| ----------------| --------------------------------|
43- | ` master ` | ` 1.51 .0 ` | ` 0.14.1 ` , ` 0.15.2 ` , ` 0.16-dev ` |
43+ | ` master ` | ` 1.52 .0 ` | ` 0.14.1 ` , ` 0.15.2 ` , ` 0.16-dev ` |
4444| ` v1.51.0 ` | ` 1.51.0 ` | ` 0.14.1 ` , ` 0.15.2 ` , ` 0.16-dev ` |
4545| ` v1.50.0 ` | ` 1.50.0 ` | ` 0.14.1 ` , ` 0.15.2 ` |
4646
You can’t perform that action at this time.
0 commit comments