fdietz / elixir-feed-parser

Elixir Feed Parser
Other
49 stars 18 forks source link

Update Elixir version #5

Closed wstrinz closed 6 years ago

fdietz commented 6 years ago

Hi @wstrinz! Thank you for your pull request.

If I understand your dependency change to elixir ~> 1.6.2, one must use Elixir version >= 1.6.2 or higher. Meaning users cannot use Elixir 1.5 with this library. Right?

I'd prefer a dependency where it is possible to use the library with Elixir 1.6 but also older versions.

Have you run into specific problems with the dependency I should look into? Maybe, there's a a pragmatic solution for the both of us.

Thanks in advance!

wstrinz commented 6 years ago

Good thinking. Just pushed up a new version with the restriction at ~1.4, which'll work for anything >= 1.4 , but resolves the errors I got trying to install the library in a 1.6 project.

fdietz commented 6 years ago

Awesome! Thank you so much 👍