summaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorGravatar Leapofod2025-12-01 11:08:43 +0700
committerGravatar Komari Spaghetti2025-12-01 14:08:58 +0100
commitc56c0ba49ab64b45190f8bd7e946bde9678139a5 (patch)
treec470112cb9a0103529ee97e47c0867d1fc05f482 /build.zig.zon
parentcicd: Use minimum_zig_version instead of master (diff)
downloadzig-clap-c56c0ba49ab64b45190f8bd7e946bde9678139a5.tar.gz
zig-clap-c56c0ba49ab64b45190f8bd7e946bde9678139a5.tar.xz
zig-clap-c56c0ba49ab64b45190f8bd7e946bde9678139a5.zip
fix: Use the new @Struct and @Tuple constructors
@Type has been replaced with individual type-creating builtins as of zig commit c5383173a0de17210f3036acd942738e906997e5
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig.zon b/build.zig.zon
index 98e569f..fa52e70 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -1,7 +1,7 @@
1.{ 1.{
2 .name = .clap, 2 .name = .clap,
3 .version = "0.11.0", 3 .version = "0.11.0",
4 .minimum_zig_version = "0.15.1", 4 .minimum_zig_version = "0.16.0-dev.1484+d0ba6642b",
5 .fingerprint = 0x65f99e6f07a316a0, 5 .fingerprint = 0x65f99e6f07a316a0,
6 .paths = .{ 6 .paths = .{
7 "clap", 7 "clap",