From aee76b55d2c4505cc323e14fdbb6e176c666156d Mon Sep 17 00:00:00 2001 From: Hans Svensson Date: Wed, 22 Nov 2023 10:04:48 +0100 Subject: [PATCH] Bump enacl dependency --- rebar.config | 2 +- rebar.lock | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 rebar.lock diff --git a/rebar.config b/rebar.config index d84c9d4..cee7ddb 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {erl_opts, [debug_info]}. {deps, [ {base58, {git, "https://github.com/aeternity/erl-base58.git", {ref, "60a3356"}}} - , {enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "793ddb5"}}} + , {enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "67fceef"}}} ]}. diff --git a/rebar.lock b/rebar.lock new file mode 100644 index 0000000..6e807c8 --- /dev/null +++ b/rebar.lock @@ -0,0 +1,8 @@ +[{<<"base58">>, + {git,"https://github.com/aeternity/erl-base58.git", + {ref,"60a335668a60328a29f9731b67c4a0e9e3d50ab6"}}, + 0}, + {<<"enacl">>, + {git,"https://github.com/aeternity/enacl.git", + {ref,"67fceef42c0d055570f2e67b571f8d1f8de2f204"}}, + 0}].