Closed chxmbley closed 1 year ago
@jaredsmith would love to get this merged to remove the compilation warning 😉
Thank you!
@jaredsmith thank you!! Any chance this could be a patch release? 🙃
@whatyouhide Yes, I just created a release for version 3.2.1
, which includes this change.
The xor operator (
^^^/2
) has been deprecated in favor ofBitwise.bxor/2
as of Elixir v1.12. Compiling the library currently emits the following warning: