hugoabonizio / schedule.cr

:clock3: Run periodic tasks in Crystal

Home Page:https://hugoabonizio.github.io/schedule.cr/Schedule.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Crystal 1.0

jwoertink opened this issue · comments

The version specified in the shard.yml will fallback to crystal (~> 0.35, >= 0.35.1) by default.

crystal: 0.35.1

For this to work with Crystal 1.0, it'll need to be changed to crystal: ">= 0.35.1"

while this makes sense, crystal never complained to me when I used this library in a 1.x project.

We couldn't get specs to pass with it on Cable.cr without changing this. We ended up just removing this shard as a dependency.