Closed bcardiff closed 4 years ago
Some shards use crystal: x.y pattern.
crystal: x.y
In shards v0.11.0 that is treated as = x.y, we should treat them as x.y.0 (~> x.y, >= x.y.0)
= x.y
x.y.0
~> x.y, >= x.y.0
Some shards use
crystal: x.y
pattern.In shards v0.11.0 that is treated as
= x.y
, we should treat them asx.y.0
(~> x.y, >= x.y.0
)