Closed chaoticryptidz closed 3 years ago
./.zigmod/deps/git/github.com/frmdstryr/zhp/src/mimetypes.zig:256:23: error: no member named 'value' in struct 'std.hash_map.Entry' for (entry.value.items) |e| { ^
entry.value is now entry.value_ptr.* among other things.
Updated, let me know if you find anything missed Thanks!
entry.value is now entry.value_ptr.* among other things.