crystal-lang / crystal_lib

Automatic binding generator for native libraries in Crystal
138 stars 30 forks source link

Use IO::Memory instead of MemoryIO #32

Closed splattael closed 7 years ago

splattael commented 7 years ago

This commit fixes this warning:

Warning: MemoryIO is deprecated and will be removed after 0.20.0, use IO::Memory instead
asterite commented 7 years ago

Thanks! 🙇