Open mickel8 opened 1 year ago
Hi, Elixir deprecated use Bitwise (in favor of import Bitwise), which results in warnings when compiling uuid. It looks like use Bitwise can be entirely deleted. I also updated deps.
use Bitwise
import Bitwise
Hi, Elixir deprecated
use Bitwise
(in favor ofimport Bitwise
), which results in warnings when compiling uuid. It looks likeuse Bitwise
can be entirely deleted. I also updated deps.