From b465d9ae435fadb4c30c3abf1fd3177dc0c8a5c5 Mon Sep 17 00:00:00 2001 From: torque Date: Sat, 7 Mar 2026 11:20:48 -0700 Subject: [PATCH] update to libuv 1.52.1 Fixes: #10 --- build.zig | 1 + build.zig.zon | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.zig b/build.zig index 5c62ff5..1c77e29 100644 --- a/build.zig +++ b/build.zig @@ -737,6 +737,7 @@ const test_sources: []const []const u8 = &.{ "test-udp-send-immediate.c", "test-udp-sendmmsg-error.c", "test-udp-send-unreachable.c", + "test-udp-recv-cb-close-pollerr.c", "test-udp-try-send.c", "test-udp-recv-in-a-row.c", "test-udp-recvmsg-unreachable-error.c", diff --git a/build.zig.zon b/build.zig.zon index 240df14..1f18cad 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -5,8 +5,8 @@ .minimum_zig_version = "0.14.0", .dependencies = .{ .libuv = .{ - .url = "git+https://github.com/libuv/libuv?ref=v1.52.0#b556c0629d0fd250b5feefbc91b84c6f5e3dae48", - .hash = "N-V-__8AALHpRAD4RWLGxEOQL1GdKH2xwNlq0f51wZBIPIOV", + .url = "git+https://github.com/libuv/libuv?ref=v1.52.1#a19ceeb13a3689cfd20bf96b283136cff08a0dc6", + .hash = "N-V-__8AAF0TRQB7f11_kVHJXTkp9QLCD20udiPXEsoNg9cC", }, }, .paths = .{