From 4291603ed8722c122a60839d9b4a2d441f8d3276 Mon Sep 17 00:00:00 2001 From: bing Date: Tue, 2 Jun 2026 13:39:45 +0800 Subject: [PATCH] chore(deps): bump blst 0.3.15 -> 0.3.16 --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index fb02aa9..9476361 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -9,8 +9,8 @@ .dependencies = .{ .blst = .{ - .url = "https://github.com/supranational/blst/archive/refs/tags/v0.3.15.tar.gz", - .hash = "N-V-__8AAKDMOgDp0ule4-ieF6xoW2euEGpOwOyBPo-KRj_a", + .url = "https://github.com/supranational/blst/archive/refs/tags/v0.3.16.tar.gz", + .hash = "N-V-__8AAN0aOwD_n2xFB-Q0eBNtvIKtGPfGZSVt0DdbmfH2", }, },