Skip to content

Commit

Permalink
Add inets and ssl to applications (#155)
Browse files Browse the repository at this point in the history
They are needed by the default adapter, hex_http_httpc.

I think the idea not to include them was to make the package as
lightweight as possible but in those circumstance people might be
vendoring (parts of) it anyway.
  • Loading branch information
wojtekmach authored Dec 3, 2024
1 parent e57b4fb commit 4ceeb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hex_core.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{description, "Reference implementation of Hex specifications"},
{vsn, "0.10.3"},
{registered, []},
{applications, [kernel, stdlib]},
{applications, [kernel, stdlib, inets, ssl]},
{licenses, ["Apache-2.0"]},
{include_files, ["CHANGELOG.md"]},
{links, [
Expand Down

0 comments on commit 4ceeb13

Please sign in to comment.