nedpals / vex

Easy-to-use, modular web framework built for V
https://nedpals.github.io/vex
MIT License
340 stars 28 forks source link

ci: fix compilation with V 4a71b27 (byte -> u8) #56

Closed spytheman closed 2 years ago

spytheman commented 2 years ago

V had a big change and now byte is an alias for u8, instead of u8 being an alias for byte.