From d14fc59671c22b37ed446f2ed036b63cd45825e1 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Thu, 26 Jan 2023 17:14:24 +0100 Subject: [PATCH] fix: update to new zig version --- src/main.zig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.zig b/src/main.zig index 92b2d3b..9e71f4f 100644 --- a/src/main.zig +++ b/src/main.zig @@ -3,7 +3,9 @@ const csv_reader = @import("csv_reader.zig"); const StringPacket = @import("StringPacket.zig"); -pub const log_level = .debug; +pub const std_options = struct { + pub const log_level = .debug; +}; const Mapping = struct { mapped: []const u8,