version bump: libuv 1.52.0
Some checks are pending
CI / build (-Dbuild-tests -Dbuild-benchmarks, true, macos-latest, 0.15.2) (push) Waiting to run
CI / build (macos-latest, 0.14.1) (push) Waiting to run
CI / build (macos-latest, master) (push) Waiting to run
CI / build (ubuntu-latest, 0.14.1) (push) Waiting to run
CI / build (ubuntu-latest, 0.15.2) (push) Waiting to run
CI / build (ubuntu-latest, master) (push) Waiting to run
CI / build (windows-latest, 0.14.1) (push) Waiting to run
CI / build (windows-latest, 0.15.2) (push) Waiting to run
CI / build (windows-latest, master) (push) Waiting to run
Some checks are pending
CI / build (-Dbuild-tests -Dbuild-benchmarks, true, macos-latest, 0.15.2) (push) Waiting to run
CI / build (macos-latest, 0.14.1) (push) Waiting to run
CI / build (macos-latest, master) (push) Waiting to run
CI / build (ubuntu-latest, 0.14.1) (push) Waiting to run
CI / build (ubuntu-latest, 0.15.2) (push) Waiting to run
CI / build (ubuntu-latest, master) (push) Waiting to run
CI / build (windows-latest, 0.14.1) (push) Waiting to run
CI / build (windows-latest, 0.15.2) (push) Waiting to run
CI / build (windows-latest, master) (push) Waiting to run
This commit is contained in:
@@ -720,6 +720,7 @@ const test_sources: []const []const u8 = &.{
|
||||
"test-udp-send-unreachable.c",
|
||||
"test-udp-try-send.c",
|
||||
"test-udp-recv-in-a-row.c",
|
||||
"test-udp-recvmsg-unreachable-error.c",
|
||||
"test-udp-reuseport.c",
|
||||
"test-uname.c",
|
||||
"test-walk-handles.c",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
.{
|
||||
.name = .libuv,
|
||||
.fingerprint = 0x7CB3932CBFAADA86,
|
||||
.version = "1.51.0",
|
||||
.version = "1.52.0",
|
||||
.minimum_zig_version = "0.14.0",
|
||||
.dependencies = .{
|
||||
.libuv = .{
|
||||
.url = "git+https://github.com/libuv/libuv?ref=v1.51.0#5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b",
|
||||
.hash = "N-V-__8AABtNRAB58M85Dm0p6z6iRHP3Zz3eyo08HU4EF5mq",
|
||||
.url = "git+https://github.com/libuv/libuv?ref=v1.52.0#b556c0629d0fd250b5feefbc91b84c6f5e3dae48",
|
||||
.hash = "N-V-__8AALHpRAD4RWLGxEOQL1GdKH2xwNlq0f51wZBIPIOV",
|
||||
},
|
||||
},
|
||||
.paths = .{
|
||||
|
||||
@@ -40,7 +40,7 @@ your_exe.linkLibrary(libuv_dep.artifact("uv"));
|
||||
|
||||
| Refname | libuv Version | Compatible Zig Version(s) |
|
||||
|-----------|----------------|--------------------------------|
|
||||
| `master` | `1.51.0` | `0.14.1`, `0.15.2`, `0.16-dev` |
|
||||
| `master` | `1.52.0` | `0.14.1`, `0.15.2`, `0.16-dev` |
|
||||
| `v1.51.0` | `1.51.0` | `0.14.1`, `0.15.2`, `0.16-dev` |
|
||||
| `v1.50.0` | `1.50.0` | `0.14.1`, `0.15.2` |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user