From f6e15cc49d59feef3924602648b8af52ad661496 Mon Sep 17 00:00:00 2001 From: John Newby Date: Thu, 8 Aug 2019 13:45:42 +0200 Subject: [PATCH] Version numbers... --- README.md | 2 +- rebar.config | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c3ceb05..d7f388e 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ The shared library uses NIF. Use the erlang file `sec/nifecrecover.erl` to use t c("src/ecrecover"). Decoded = ecrecover:hexstr_to_bin("47173285a8d7341e5e972fc677286384f802f8ef42a5ec5f03bbfa254cb01fad000000000000000000000000000000000000000000000000000000000000001b650acf9d3f5f0a2c799776a1254355d5f4061762a237396a99a0e0e3fc2bcd6729514a0dacb2e623ac4abd157cb18163ff942280db4d5caad66ddf941ba12e03"). ecrecover:ecrecover(Decoded). -ecrecover:time_taken_to_execute(fun() -> nifecrecover:ecrecover(Decoded) end). +ecrecover:time_taken_to_execute(fun() -> ecrecover:ecrecover(Decoded) end). ``` diff --git a/rebar.config b/rebar.config index 4201e08..338e7d3 100644 --- a/rebar.config +++ b/rebar.config @@ -9,12 +9,12 @@ {ecrecoverprebuilt, {ecrecoverprebuilt_app_with_priv_from_git, {git, "https://github.com/johnsnewby/ecrecover-prebuilt.git", - {ref, "94c274e2d993604b946f96ff2e600c14d054277b"}}}} + {ref, "6c458b53ffa5ebad0ed8f5e98e80c82d97d02f9d"}}}} ]}. {plugins, [{rebar_ecrecoverprebuilt_dep, - {git, "https://github.com/johnsnewby/rebar3-ecrecover-prebuilt-plugin.git"}} -%% {ref, "e4d56592c485c054cc5c0207476685aa32130758"}}} + {git, "https://github.com/johnsnewby/rebar3-ecrecover-prebuilt-plugin.git", + {ref, "667241ca0bacc14fced8a722eccfeb5203cbc6e5"}}} ]}. %%{profiles, [{test, [{deps, [{meck, "0.8.12"}]}]}]}.