tungd / elixir-dns

DNS library for Elixir
BSD 3-Clause "New" or "Revised" License
114 stars 37 forks source link

Let Elixir infer application dependencies to fix OTP releases #21

Closed fhunleth closed 5 years ago

fhunleth commented 5 years ago

The :socket dependency wasn't being included in OTP releases. This fixes that by letting Elixir infer application deps. This works in Elixir 1.4 and greater.

tungd commented 5 years ago

Hi, thank you very much. I've published a new version (v2.1.2) that include the fix. Cheers! 🍻

fhunleth commented 5 years ago

The new release works! Thanks for the quick turnaround!