diff --git a/build.zig.zon b/build.zig.zon index 97beeb9..296f685 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -44,10 +44,10 @@ // .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", }, + }, // Specifies the set of files and directories that are included in this package. // Only files and directories listed here are included in the `hash` that diff --git a/run.sh b/run.sh index df78098..34d477b 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ #!/bin/sh ./build.sh -./zig-out/bin/jungle_zig +./zig-out/bin/aoc_zig