ExWeb3 / ex_keccak

Elixir library for computing Keccak SHA3-256 hashes using a NIF built tiny-keccak Rust crate.
Apache License 2.0
25 stars 20 forks source link

Compilation fails on otp 24 #7

Closed ayrat555 closed 3 years ago

ayrat555 commented 3 years ago

it seems rustler doesn't support otp 24 yet

tzumby commented 3 years ago

thanks for opening this! i'll keep an eye on the progress here 👍

tzumby commented 3 years ago

@ayrat555, looks like I can't publish this as long as we have a release candidate for rustler:

> mix hex.publish
** (Mix) A stable package release cannot have a pre-release dependency

I'll push a quick update once 0.22.0 is out.

ayrat555 commented 3 years ago

@tzumby what do you think about releasing a pre-release version of the library. for example 0.2.0-rc.1 ?

artob commented 3 years ago

@tzumby what do you think about releasing a pre-release version of the library. for example 0.2.0-rc.1 ?

This would indeed be very helpful for all of us trying to use this package currently!

tzumby commented 3 years ago

Definitely open to that, I can prepare the rc release right now

tzumby commented 3 years ago

Done: https://hex.pm/packages/ex_keccak/0.2.0-rc.1