From 4ceeb139c458ec4c467ca7fc9a0d70982425dc3b Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Tue, 3 Dec 2024 14:25:15 +0100 Subject: [PATCH] Add inets and ssl to applications (#155) 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. --- src/hex_core.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hex_core.app.src b/src/hex_core.app.src index c7896f3..9a364bd 100644 --- a/src/hex_core.app.src +++ b/src/hex_core.app.src @@ -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, [