From d9f6b67f495ffa117940b687a4d41b02d0f0ba97 Mon Sep 17 00:00:00 2001 From: Release automation Date: Mon, 8 Jul 2024 05:03:21 +0000 Subject: [PATCH] update to latest binary release --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig b/build.zig index 68a86cb7..a62a6a54 100644 --- a/build.zig +++ b/build.zig @@ -90,7 +90,7 @@ pub const Options = struct { install_libs: bool = false, /// The binary release version to use from https://github.com/hexops/mach-gpu-dawn/releases - binary_version: []const u8 = "release-d0a1e11", + binary_version: []const u8 = "release-9c05275", /// Detects the default options to use for the given target. pub fn detectDefaults(self: Options, target: std.Target) Options {