Closed Erquint closed 3 years ago
Sigh. The crystal version field was meant to be informational only.
It looks fine.
Is it working as expected, now?
Should 🤷♂️. I'd probably have to change the shard in my project's dependencies to my fork to test that ahead of time… Ehh… that's a bit of a chore.
Wait up. I'm trying to test.
I missed the "expected to be < 1.0.0" part. That's awful. Thanks for trying to fix this :)
Ran into some issues with shards
, partly due to user error, which took time to figure out — sorry for the delay.
Turns out it works with even just the major version. (">= 0.36, < 2"
)
Although the full semver just looks nicer. (">= 0.36.1, < 2.0.0"
)
If you prefer the full one — the PR should be safe to merge now.
Thank you!
While
crystal
attribute is marked "optional",shards
assumes it to be< 1.0.0
when missing and fails to install with the following error:See if this version range seems legit for you.