processone / fast_tls

TLS / SSL OpenSSL-based native driver for Erlang / Elixir
https://www.ejabberd.im
Other
83 stars 37 forks source link

publish 1.0.17 to hex.pm #30

Closed facundoolano closed 6 years ago

facundoolano commented 6 years ago

Hi, I'm using processone/stun, which depends on this driver. Since stun uses a legacy dependency format, rebar3 will try to fetch it from hex.pm instead of directly from git:

===> Package fast_tls-1.0.17 not found. Fetching registry updates and trying again...
===> Updating package registry...
===> Writing registry to /Users/facundo/.cache/rebar3/hex/default/registry
===> Generating package index...
===> Writing index to /Users/facundo/.cache/rebar3/hex/default/packages.idx
===> Package not found in registry: fast_tls-1.0.17.

This doesn't happen with previous versions of processone/stun that depend on fast_tls-1.0.16 (which is published). So that error would go away by publishing 1.0.17 to hex.pm.

(I can file this issue in the stun repo if you feel it belongs there).

Thanks!

cromain commented 6 years ago

1.0.18 was published