update to zig 0.12.0
All checks were successful
Generic zig build / build (push) Successful in 1m21s

This commit is contained in:
Emil Lerch 2024-05-15 11:58:59 -07:00
parent e204e11cfd
commit 90b9815e29
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -3,8 +3,14 @@
.version = "0.1.0",
.dependencies = .{
.@"lambda-zig" = .{
.url = "https://git.lerch.org/lobo/lambda-zig/archive/fa13a08c4d91034a9b19d85f8c4c0af4cedaa67e.tar.gz",
.hash = "122037c357f834ffddf7b3a514f55edd5a4d7a3cde138a4021b6ac51be8fd2926000",
.url = "https://git.lerch.org/lobo/lambda-zig/archive/9d1108697282d24509472d7019c97d1afe06ba1c.tar.gz",
.hash = "12205b8a2be03b63a1b07bde373e8293c96be53a68a58054abe8689f80d691633862",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"README.md",
},
}