Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Fix idna bug
Browse files Browse the repository at this point in the history
  • Loading branch information
beerlington committed Jun 20, 2023
1 parent 567a88e commit 1e0e438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ defmodule PublicSuffix.Mixfile do
# rules file. So it is not needed at runtime.
applications: [
:logger
]
],
extra_applications: [:idna]
]
end

Expand Down

0 comments on commit 1e0e438

Please sign in to comment.