Skip to content

Commit

Permalink
Upgrade the version of enacl to fix C warnings (#22)
Browse files Browse the repository at this point in the history
* Upgrade the version of enacl

* Add enacl to base_plt_apps
  • Loading branch information
ghallak authored Apr 26, 2024
1 parent 2488ff3 commit b26e6d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{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, "67fceef"}}}
, {enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "4eb7ec7"}}}
]}.

{dialyzer, [
{base_plt_apps, [erts, enacl]}
]}.
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
0},
{<<"enacl">>,
{git,"https://github.com/aeternity/enacl.git",
{ref,"67fceef42c0d055570f2e67b571f8d1f8de2f204"}},
{ref,"4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}},
0}].

0 comments on commit b26e6d1

Please sign in to comment.