From 81f84d02f5ce47f836be57eb9421e698a78027d2 Mon Sep 17 00:00:00 2001 From: "Shota Kudo (chaploud)" Date: Fri, 24 Apr 2026 18:31:51 +0900 Subject: [PATCH] =?UTF-8?q?Bump=20zwasm=20v1.9.0=20=E2=86=92=20v1.9.1?= 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 e3e5cc1..60f9af1 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.9.0.tar.gz", - .hash = "zwasm-1.9.0-IBbzFxntKQBZIPIaEPtYBnhXFLpwfmz0X5q_2nhZ1Zkd", + .url = "https://github.com/clojurewasm/zwasm/archive/v1.9.1.tar.gz", + .hash = "zwasm-1.9.1-IBbzF1D2KQCmEFwFC9sSN_ZmwuBTxKSu3jNvd6k96PNT", }, }, .fingerprint = 0x62a7be489d633543,