updated zig version

This commit is contained in:
Dario48 2025-07-17 04:40:04 +02:00
parent da1a2345a9
commit c7ec508dba

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.1", .minimum_zig_version = "0.15.0",
// 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`.