From cffb6976a42b576290c06a4fce26f8b50e5aacef Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Wed, 8 Apr 2026 11:41:08 +0200 Subject: [PATCH] update zig-v8 deps --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 338f49d7..89590ac8 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -5,8 +5,8 @@ .minimum_zig_version = "0.15.2", .dependencies = .{ .v8 = .{ - .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/refs/tags/v0.3.8.tar.gz", - .hash = "v8-0.0.0-xddH6weEBAAdY3uxkNWqYpG7bX_h1Oj3UYBIkbxEyNCl", + .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/refs/tags/v0.3.9.tar.gz", + .hash = "v8-0.0.0-xddH64iHBACfPm7oAqZerjmLLO6ftP4Yg5V7dtEGcD0i", }, // .v8 = .{ .path = "../zig-v8-fork" }, .brotli = .{