From 8be6c5119381b52efad51c3c50149aa4dc546fd6 Mon Sep 17 00:00:00 2001 From: sethvincent Date: Wed, 19 Mar 2025 10:04:54 -0700 Subject: [PATCH] update quickjs to v0.9.0 --- README.md | 2 +- build.zig.zon | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ee14f7..cb4bf33 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # QuickJS-NG -This is [QuickJS-NG](https://github.com/quickjs-ng/quick-js) packaged for [Zig](https://ziglang.org). +This is [QuickJS-NG](https://github.com/quickjs-ng/quickjs) packaged for [Zig](https://ziglang.org). diff --git a/build.zig.zon b/build.zig.zon index d1a7060..b0bf9b7 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,8 +4,8 @@ .version = "0.7.0", .dependencies = .{ .@"quickjs-ng" = .{ - .url = "git+https://github.com/quickjs-ng/quickjs/?ref=v0.8.0#482291286b9960c255ff8765d18a618cc87d89a2", - .hash = "122031dfbd898963d70cf7d75e645e7baf254a2106209542431e0658439fe879194d", + .url = "git+https://github.com/quickjs-ng/quickjs/?ref=v0.9.0#670492dd342dace0bb7bd6fbfbde8f0bc5651224", + .hash = "1220604c702c38f0a93b51bec43ae8b427916196daa7fc515e19d3188e5ff1b47327", }, }, .paths = .{