Can anyone explain why adding:
dependencies:
harvest:
github: xendk/harvest.cr
version: ~> 0.1.0
To a fresh projects shard.yml
results in shards install
saying:
Resolving dependencies
Unable to satisfy the following requirements:
- `harvest (~> 0.1.0)` required by `shard.yml`
Failed to resolve dependencies
? It installs without the version, and no luck with >=
or 0.1
either.
What am I missing?