crystal-lang / shards

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

Tolerate crystal: major.minor (without patch) #403

Closed bcardiff closed 4 years ago

bcardiff commented 4 years ago

Some shards use crystal: x.y pattern.

In shards v0.11.0 that is treated as = x.y, we should treat them as x.y.0 (~> x.y, >= x.y.0)