Skip to content

Commit dd606c7

Browse files
committed
version bump: libuv 1.52.0
1 parent 42b4759 commit dd606c7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

build.zig.zon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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 = .{

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)