fix: update to new zig version

This commit is contained in:
LordMZTE 2023-01-26 17:14:24 +01:00
parent b529e2bba4
commit d14fc59671
Signed by: LordMZTE
GPG Key ID: B64802DC33A64FF6
1 changed files with 3 additions and 1 deletions

View File

@ -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,