tallakt / codepagex

Elixir string encoding conversion - like iconv but pure Elixir
Other
110 stars 20 forks source link

Updated packages to fix deprecation warning #20

Closed Sonatrix closed 4 years ago

tallakt commented 4 years ago

It seems this version broke the build... is there no way to keep it compatible with prior versions?

Sonatrix commented 4 years ago

Elixir version 1.8 and 1.9 support otp version 20-22. We can update to these specific version. Compatibility patches are to be released by elixir team. Let me know how can i test the build.

tallakt commented 4 years ago

I have gone through these. As I was not able to easily provide compatibility with earlier versions of Elixir, I opted to require 1.5 from now on. Thanks for letting me know about this and creating this pull request