Skip to content

Commit f7aed07

Browse files
committed
Update to Zig 0.15.0-dev.1092+d772c0627
1 parent abfbaae commit f7aed07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.fingerprint = 0x645cd3e2b3f03958,
77

8-
.minimum_zig_version = "0.14.0",
8+
.minimum_zig_version = "0.15.0-dev.1092+d772c0627",
99

1010
.dependencies = .{},
1111

src/root.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ fn getDllIncludes(dll_name: DllName) *const DllIncludes {
156156

157157
fn logUnlinkableFunction(name: []const u8, path: []const u16) void {
158158
@branchHint(.cold);
159-
logger.warn("Failed to locate function {s} in {s}", .{ name, std.unicode.fmtUtf16Le(path) });
159+
logger.warn("Failed to locate function {s} in {f}", .{ name, std.unicode.fmtUtf16Le(path) });
160160
}
161161

162162
fn loadFunctions(dll: std.os.windows.HMODULE, path: []const u16, dll_name: DllName) void {

0 commit comments

Comments
 (0)