1
0
forked from QPQ-AG/enoise

Update enacl dep and fix some minor details (#1)

Co-authored-by: Ulf Wiger <ulf@wiger.net>
Reviewed-on: QPQ-AG/enoise#1
This commit is contained in:
2025-03-08 00:28:12 +09:00
parent 8acbce9269
commit 479ec70870
5 changed files with 9 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{erl_opts, [debug_info]}.
{plugins, [rebar3_hex]}.
{deps, [{enacl, "1.1.1"}]}.
{deps, [{enacl, {git, "https://git.qpq.swiss/QPQ-AG/enacl.git", {ref, "4eb7ec70"}}}]}.
{profiles, [{test, [{deps, [{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}}]}]}
]}.