fix: update to 0.12.0-dev.2063+804cee3b9

This commit is contained in:
2024-02-08 19:07:47 -06:00
parent bdc4bfc642
commit 6f0e271360
3 changed files with 21 additions and 48 deletions

View File

@@ -1,10 +1,16 @@
.{
.name = "arm32",
.version = "0.1.0",
.paths = .{
"build.zig",
"build.zig.zon",
"lib/bitfield.zig",
"src",
},
.dependencies = .{
.@"zba-util" = .{
.url = "https://git.musuka.dev/paoda/zba-util/archive/322c798e384a0d24cc84ffcfa2e4a3ca807798a0.tar.gz",
.hash = "12209ce0e729460b997706e47a53a32f1842672cd120189e612f4871731780a30ed0",
.url = "https://git.musuka.dev/paoda/zba-util/archive/78b944a98f18592512241f71ca2267ef951c82e1.tar.gz",
.hash = "12207da7e1f5d6180666db9575f84373055b230cb4259a4b6310562293338dc10b9d",
},
},
}