diff --git a/rebar.config b/rebar.config index 292639f..181ce6c 100644 --- a/rebar.config +++ b/rebar.config @@ -8,7 +8,7 @@ {plugins, [{rebar_ecrecoverprebuilt_dep, {git, "https://github.com/aeternity/rebar3-ecrecover-prebuilt-plugin.git", - {ref, "f982da0"}}} + {ref, "f25ad1e"}}} ]}. {dialyzer, [{warnings, [unknown]}, diff --git a/rebar3 b/rebar3 old mode 100644 new mode 100755 diff --git a/src/ecrecover.app.src b/src/ecrecover.app.src index 11ea7e2..d96fa46 100644 --- a/src/ecrecover.app.src +++ b/src/ecrecover.app.src @@ -1,12 +1,10 @@ {application, ecrecover, - [{description, "ecrecover implementation"}, + [{description, "FFI (NIF) export of Ethereum's ecrecover for use from Erlang"}, {vsn, "1.0.0"}, {registered, []}, {applications, [kernel, stdlib, - lager, - enacl, ecrecoverprebuilt ]}, {env,[]},