Skip to content

Commit 113221f

Browse files
committed
Ensure that inets is started
1 parent aaf3e4b commit 113221f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.1.20 (TBA)
4+
5+
- Include `:inets` in `:extra_applications` to prevent compilation issue with `TestServer.HTTPServer.Httpd`
6+
37
## v0.1.19 (2025-02-27)
48

59
- Allow `:to` plug to be set for `TestServer.websocket_init/3` for handshake

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule TestServer.MixProject do
2828

2929
def application do
3030
[
31-
extra_applications: [:logger, :crypto, :public_key],
31+
extra_applications: [:logger, :crypto, :public_key, :inets],
3232
mod: {TestServer.Application, []}
3333
]
3434
end

0 commit comments

Comments
 (0)