update v8 dep

This commit is contained in:
Karl Seguin
2026-02-14 14:06:03 +08:00
parent 309f254c2c
commit 729a6021ee
3 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,8 @@
.minimum_zig_version = "0.15.2",
.dependencies = .{
.v8 = .{
.url = "https://github.com/lightpanda-io/zig-v8-fork/archive/refs/tags/v0.2.8.tar.gz",
.hash = "v8-0.0.0-xddH63lfBADJ7UE2zAJ8nJIBnxoSiimXSaX6Q_M_7DS3",
.url = "https://github.com/lightpanda-io/zig-v8-fork/archive/refs/tags/v0.2.9.tar.gz",
.hash = "v8-0.0.0-xddH689vBACgpqFVEhT2wxRin-qQQSOcKJoM37MVo0rU",
},
//.v8 = .{ .path = "../zig-v8-fork" },
.@"boringssl-zig" = .{