frmdstryr / zhp

A Http server written in Zig
MIT License
355 stars 24 forks source link

support zig 0.8.0 #8

Closed chaoticryptidz closed 3 years ago

chaoticryptidz commented 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.

frmdstryr commented 3 years ago

Updated, let me know if you find anything missed Thanks!