zyro / elixir-uuid

UUID generator and utilities for Elixir
Apache License 2.0
361 stars 84 forks source link

Remove deprecated use of Bitwise #69

Closed VitorTrin closed 1 year ago

VitorTrin commented 1 year ago

Since 1.14.0, it's not needed to use Bitwise. This results in warning in users above that version, and that is an old version by now.

VitorTrin commented 1 year ago

duplicate of https://github.com/zyro/elixir-uuid/pull/68