Upgrade for breaking stdlib allocator changes
This commit is contained in:
parent
7401807f40
commit
68670b5944
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const BitSet = std.DynamicBitSet;
|
|||
const Str = []const u8;
|
||||
|
||||
var gpa_impl = std.heap.GeneralPurposeAllocator(.{}){};
|
||||
pub const gpa = &gpa_impl.allocator;
|
||||
pub const gpa = gpa_impl.allocator();
|
||||
|
||||
// Add utility functions here
|
||||
|
||||
|
|
Loading…
Reference in a new issue