karlseguin / websocket.zig

A websocket implementation for zig
MIT License
283 stars 25 forks source link

update to latest zig #29

Closed Raiden1411 closed 6 months ago

Raiden1411 commented 6 months ago

Recently zig made a change to make enums lower case https://github.com/ziglang/zig/pull/18994

This PR makes this compliant to the latest zig version 0.12.0-dev.3247+26e895e3d

karlseguin commented 6 months ago

thanks