schovi / baked_file_system

Virtual File System for Crystal language. Embedding your assets into final binary.
MIT License
177 stars 18 forks source link

Update to Crystal 0.25.0 #27

Closed straight-shoota closed 6 years ago

straight-shoota commented 6 years ago

This change replaces File.stat with File.info. It is incompatible with 0.24.2 (thus CI fails) and should be merged when 0.25.0 is publicly available.

The edit to shard.yml is not required, but I think it makes sense to document the targeted Crystal version.