danielberkompas / cloak

Elixir encryption library designed for Ecto
MIT License
582 stars 55 forks source link

OTP 24 support #103

Closed v0idpwn closed 3 years ago

v0idpwn commented 3 years ago

Adds support for Erlang/OTP 24.

I tested on OTP 24 only (OTP 21 isn't compiling on my machine), and I think it is important to test it on OTP 21 too. IMO it would be good if both versions were tested on CI.

v0idpwn commented 3 years ago

The CI is failing due to some CI config

danielberkompas commented 3 years ago

This was added in #104. Thanks for the PR though!