We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The version specified in the shard.yml will fallback to crystal (~> 0.35, >= 0.35.1) by default.
shard.yml
crystal (~> 0.35, >= 0.35.1)
schedule.cr/shard.yml
Line 7 in 64d69b6
For this to work with Crystal 1.0, it'll need to be changed to crystal: ">= 0.35.1"
crystal: ">= 0.35.1"
The text was updated successfully, but these errors were encountered:
while this makes sense, crystal never complained to me when I used this library in a 1.x project.
Sorry, something went wrong.
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.
No branches or pull requests
The version specified in the
shard.yml
will fallback tocrystal (~> 0.35, >= 0.35.1)
by default.schedule.cr/shard.yml
Line 7 in 64d69b6
For this to work with Crystal 1.0, it'll need to be changed to
crystal: ">= 0.35.1"
The text was updated successfully, but these errors were encountered: