build: bump minimum zig version to 0.15.2

This commit is contained in:
utox39
2025-10-15 15:00:19 +02:00
parent 7254bda609
commit a72ede5259

View File

@@ -28,7 +28,7 @@
// Tracks the earliest Zig version that the package considers to be a
// supported use case.
.minimum_zig_version = "0.15.1",
.minimum_zig_version = "0.15.2",
// This field is optional.
// Each dependency must either provide a `url` and `hash`, or a `path`.