build: update to final zig-0.16.0 release

This commit is contained in:
CJ van den Berg 2026-04-15 12:45:24 +02:00
parent d545b10ce8
commit af6262e48e
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -1,13 +1,13 @@
.{ .{
.name = .thespian, .name = .thespian,
.version = "0.0.1", .version = "0.0.1",
.minimum_zig_version = "0.16.0-dev.3133+5ec8e45f3", .minimum_zig_version = "0.16.0",
.fingerprint = 0xe9ff00fd8e4e01a3, .fingerprint = 0xe9ff00fd8e4e01a3,
.dependencies = .{ .dependencies = .{
.cbor = .{ .cbor = .{
.url = "git+https://github.com/neurocyte/cbor?ref=master#1b7cd3192552f5fd0b1679d535e5cd978794d13a", .url = "git+https://github.com/neurocyte/cbor?ref=master#8f37f71439f62b513b9d52a76d6af012395ee47c",
.hash = "cbor-1.1.0-RcQE_DBMAQBrUYInw5H2ZYfBQT1Po-Y4LEwzUQYbtSJ5", .hash = "cbor-1.2.0-RcQE_NtLAQCkBF-LFNB_XsGIycs6pjhCYicxEq0QzYfe",
}, },
.asio = .{ .asio = .{
.url = "git+https://github.com/neurocyte/asio#824070c9385bf98d9de087af6c7992d7039e2836", .url = "git+https://github.com/neurocyte/asio#824070c9385bf98d9de087af6c7992d7039e2836",