build: set minimum zig version to v0.15.1

This commit is contained in:
utox39
2025-08-25 03:33:36 +02:00
parent a9091f1c93
commit 7e7d964fd4

View File

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