From 9eb9fc12984767af777651fbb873a08669273472 Mon Sep 17 00:00:00 2001 From: "Shota Kudo (chaploud)" Date: Tue, 21 Apr 2026 20:41:36 +0900 Subject: [PATCH] =?UTF-8?q?Bump=20zwasm=20v1.7.2=20=E2=86=92=20v1.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index f3fc214..6eeb926 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -3,8 +3,8 @@ .version = "0.3.0", .dependencies = .{ .zwasm = .{ - .url = "https://github.com/clojurewasm/zwasm/archive/v1.7.2.tar.gz", - .hash = "zwasm-1.6.0-IBbzF3K-KQA1omPPy63QNlvEWV4uV-qS8xmwORW1cV_I", + .url = "https://github.com/clojurewasm/zwasm/archive/v1.8.0.tar.gz", + .hash = "zwasm-1.8.0-IBbzF7LPKQAqq50dY7Kj8RQhPulvoxIf7dEkHcvp27Ix", }, }, .fingerprint = 0x62a7be489d633543,