bcrypt_elixir
bcrypt_elixir copied to clipboard
Fix compilation warnings on Elixir 1.17
Fixes the following compilation warnings with Elixir 1.17.
warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead