fix: make conditional fields optional using @hasField
Templates can now use 'if error' or similar conditionals without requiring the caller to always provide those fields in the data struct.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.{
|
||||
.name = .pugz,
|
||||
.version = "0.1.10",
|
||||
.version = "0.1.11",
|
||||
.fingerprint = 0x822db0790e17621d, // Changing this has security and trust implications.
|
||||
.minimum_zig_version = "0.15.2",
|
||||
.dependencies = .{},
|
||||
|
||||
Reference in New Issue
Block a user