crustache icon indicating copy to clipboard operation
crustache copied to clipboard

shard install failed with crystal 1.0.0

Open RokkuCode opened this issue 4 years ago • 2 comments

shards.yml

  crustache:
    github: MakeNowJust/crustache
    version: ~> 2.4.3

Error message:

- `crystal (~> 0.34, >= 0.34.0)` required by `crustache 2.4.3`

In the head of the repository this is fixed, but there is no release with this fix. So if people want to pin the current released version of custache they are not able to install it. Please make a release with the fix.

There are more errors. If i define the shards.yml like this:

  crustache:
    github: MakeNowJust/crustache

Error msg:

Resolving dependencies
Fetching https://github.com/makenowjust/crustache.git
Unable to satisfy the following requirements:

- `crystal (< 1.0.0)` required by `crustache 2.4.1`

It falls down to crustache 2.4.1

RokkuCode avatar May 30 '21 15:05 RokkuCode

Current workaround

  crustache:
    github: MakeNowJust/crustache
    branch: master

RokkuCode avatar May 30 '21 15:05 RokkuCode

@RokkuCode I think it is fixed by the new release.

makenowjust avatar Jun 09 '21 04:06 makenowjust