crystal-lang / shards

Dependency manager for the Crystal language
Other
765 stars 102 forks source link

Fix command outdated for dep with no releases #455

Closed straight-shoota closed 3 years ago

straight-shoota commented 3 years ago

shards outdated would break with Empty enumerable error if a dependency does not have any releases. This patch fixes that.