Add `minimum_zig_version` to build.zig.zon (#630)

This commit is contained in:
jinzhongjia 2024-07-03 15:22:18 +08:00 committed by GitHub
parent 291e0d836b
commit 08f6ce5184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
.{
.name = "ly",
.version = "1.0.0",
.minimum_zig_version = "0.12.0",
.dependencies = .{
.clap = .{
.url = "https://github.com/Hejsil/zig-clap/archive/8c98e6404b22aafc0184e999d8f068b81cc22fa1.tar.gz",