From 0987266cf8c27dfa7a3070b903a74a87df4546da Mon Sep 17 00:00:00 2001 From: Michal Skorczak Date: Tue, 22 Oct 2024 21:50:33 +0000 Subject: [PATCH] Updated: run file to use AOC instead and Zap version --- build.zig.zon | 6 +++--- run.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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