Updated: run file to use AOC instead and Zap version
This commit is contained in:
parent
5741794f28
commit
0987266cf8
2 changed files with 4 additions and 4 deletions
|
@ -44,8 +44,8 @@
|
|||
// .lazy = false,
|
||||
//},
|
||||
.zap = .{
|
||||
.url = "https://github.com/zigzap/zap/archive/v0.8.0.tar.gz",
|
||||
.hash = "12209936c3333b53b53edcf453b1670babb9ae8c2197b1ca627c01e72670e20c1a21",
|
||||
.url = "git+https://github.com/zigzap/zap?ref=v0.9.1#ae5c9278335d8e1133cd6d22707323dda712e120",
|
||||
.hash = "12200223d76ab6cd32f75bc2e31463b0b429bb5b2b6fa4ce8f68dea494ca1ec3398b",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
2
run.sh
2
run.sh
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
./build.sh
|
||||
./zig-out/bin/jungle_zig
|
||||
./zig-out/bin/aoc_zig
|
||||
|
|
Loading…
Reference in a new issue