From 0fe8ccec82ead465f6dda3ea8dfe27fa0068b9b1 Mon Sep 17 00:00:00 2001 From: "Shota Kudo (chaploud)" Date: Fri, 24 Apr 2026 16:45:43 +0900 Subject: [PATCH] =?UTF-8?q?Bump=20zwasm=20v1.8.0=20=E2=86=92=20v1.9.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 6eeb926..e3e5cc1 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.8.0.tar.gz", - .hash = "zwasm-1.8.0-IBbzF7LPKQAqq50dY7Kj8RQhPulvoxIf7dEkHcvp27Ix", + .url = "https://github.com/clojurewasm/zwasm/archive/v1.9.0.tar.gz", + .hash = "zwasm-1.9.0-IBbzFxntKQBZIPIaEPtYBnhXFLpwfmz0X5q_2nhZ1Zkd", }, }, .fingerprint = 0x62a7be489d633543,