build: update zig

This commit is contained in:
CJ van den Berg 2024-03-22 11:10:09 +01:00
parent 5c5fa22c68
commit 314b8d4909
7 changed files with 17 additions and 17 deletions

View file

@ -167,7 +167,7 @@ pub fn Collection(comptime Namespace: type) type {
const Fields = @Type(.{
.Struct = .{
.is_tuple = false,
.layout = .Auto,
.layout = .auto,
.decls = &.{},
.fields = &fields,
},