Nebo15 / confex

Useful helper to read and use application configuration from environment variables.
Other
304 stars 33 forks source link

Fix Elixir 1.5 deprecation warnings #21

Closed take-five closed 7 years ago

take-five commented 7 years ago

Elixir 1.5 deprecated String.to_char_list/1 in favor of String.to_charlist/1. Confex requires Elixir ~> 1.4, so it's safe to replace.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 9f8197ddeccb38b7396915baaf87cec3da140ba7 on take-five:fix-elixir-1.5-warnings into on Nebo15:master.

AndrewDryga commented 7 years ago

Thanks!