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

View file

@ -3,7 +3,9 @@ const csv_reader = @import("csv_reader.zig");
const StringPacket = @import("StringPacket.zig"); const StringPacket = @import("StringPacket.zig");
pub const std_options = struct {
pub const log_level = .debug; pub const log_level = .debug;
};
const Mapping = struct { const Mapping = struct {
mapped: []const u8, mapped: []const u8,