Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compability issue with elixir 1.7 - new release needed ? #123

Open
RaphSfeir opened this issue Aug 9, 2018 · 0 comments
Open

Compability issue with elixir 1.7 - new release needed ? #123

RaphSfeir opened this issue Aug 9, 2018 · 0 comments

Comments

@RaphSfeir
Copy link

I have a dependency relying on crutches, however it won't compile since I switched my project to the latest Elixir version, 1.7.2.

It seems the only Hex release available for this project is the 1.0.0 version, with the latest commits in 2015, if I'm not mistaken. Using:

{:crutches, "~> 2.0.0"}

raises

** (Mix) No matching version for crutches ~> 2.0.0 (from: mix.exs) in registry

The latest version is: 1.0.0

Looking at the mix.exs file here from the master on this repo, it is specified that crutches is currently at 2.0.0, and there has been commits at the end of 2017. Using the master bleeding edge with:
{:crutches, git: "https://github.com/mykewould/crutches.git"}
solved the issue.

Would it be possible to get a release for version 2.0.0, so I won't be using bleeding edge, and future users won't have this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant