1
0
forked from QPQ-AG/enoise

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

This reverts commit 479ec70870.
This commit is contained in:
Ulf Wiger
2025-03-29 20:57:45 +01:00
parent 479ec70870
commit 91916908a0
5 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{erl_opts, [debug_info]}.
{plugins, [rebar3_hex]}.
{deps, [{enacl, {git, "https://git.qpq.swiss/QPQ-AG/enacl.git", {ref, "4eb7ec70"}}}]}.
{deps, [{enacl, "1.1.1"}]}.
{profiles, [{test, [{deps, [{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}}]}]}
]}.