zyro / elixir-uuid

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

Update deps. Remove unused `use Bitwise`. Bump to 1.2.2. #68

Open mickel8 opened 1 year ago

mickel8 commented 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.