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

update rustler to 0.30.0 #46

Closed ayrat555 closed 4 months ago

tzumby commented 5 months ago

@ayrat555 thank you, I see most of the CI is failing, going to take a look over the weekend.

ayrat555 commented 4 months ago

@tzumby it seems the new version doesn't support old otps

tzumby commented 4 months ago

I see, just checked the rustler CIs and I see they support OTP 24 and on, I think that's good enough. I'll update the targets here and bump the minimum requirements a little. Hopefully this works with Elixir 15 as well

tzumby commented 4 months ago

Hey @ayrat555, I pushed an update to use newer versions for Erlang and Elixir, but I think you need to pull those and update your branch, tried re-running, but duh, it runs the same github actions workflow :)