Skip to content

Commit

Permalink
Make compilation deterministic and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Nov 4, 2021
1 parent 54f3f59 commit 10dffb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{erl_opts, [debug_info]}.
{deps, [{fast_pbkdf2, "1.0.1"}]}.
{erl_opts, [
inline_list_funcs,
deterministic
]}.

{deps, [{fast_pbkdf2, "1.0.2"}]}.
{plugins, [rebar3_hex]}.

{profiles, [
Expand Down
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{"1.2.0",
[{<<"fast_pbkdf2">>,{pkg,<<"fast_pbkdf2">>,<<"1.0.1">>},0}]}.
[{<<"fast_pbkdf2">>,{pkg,<<"fast_pbkdf2">>,<<"1.0.2">>},0}]}.
[
{pkg_hash,[
{<<"fast_pbkdf2">>, <<"E63454F7FAA6D6E43751DD44EB7C287EB3509DA92CE7F4AE00661AC580A96100">>}]},
{<<"fast_pbkdf2">>, <<"A5F488E3D8E7440B9D9151F63153410FA5A3D2F311C3E8EB27708AA60D83D3ED">>}]},
{pkg_hash_ext,[
{<<"fast_pbkdf2">>, <<"CF834AB70270C628C8A37E9BFA4D7282AD6FF0C5DE6C8EB6A2F88C09F890857B">>}]}
{<<"fast_pbkdf2">>, <<"B44B140EDE7DCD0591726DFFDE550AD12C95B9B34D503E240A42B4E32567242A">>}]}
].

0 comments on commit 10dffb8

Please sign in to comment.