Upgrade to zig 0.15.1

This commit is contained in:
Ben Buhse 2025-10-02 17:13:32 -05:00
commit 5f53ffc3ad
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
2 changed files with 15 additions and 13 deletions

View file

@ -5,12 +5,12 @@
.fingerprint = 0x145dac71c283d187, // Changing this has security and trust implications.
.minimum_zig_version = "0.14.0",
.minimum_zig_version = "0.15.1",
.dependencies = .{
.wayland = .{
.url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.3.0.tar.gz",
.hash = "wayland-0.3.0-lQa1kjPIAQDmhGYpY-zxiRzQJFHQ2VqhJkQLbKKdt5wl",
.url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.4.0.tar.gz",
.hash = "wayland-0.4.0-lQa1khbMAQAsLS2eBR7M5lofyEGPIbu2iFDmoz8lPC27",
},
},