Skip to content

Commit

Permalink
use worker_pool 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalwski committed Oct 30, 2018
1 parent 243b0ab commit 9be64fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{uuid, "1.7.3", {pkg, uuid_erl}},
{fast_tls, "1.0.23"},
{lasse, "1.2.0"},
{worker_pool, {git, "https://github.com/inaka/worker_pool.git", {ref, "21c062d0201bccb900136f33eb74acd84db2886f"}}}, %% version 4.0.0 requires OTP>=21
{worker_pool, "3.2.0"}, %% version 4.0.0 requires OTP>=21
{riakc, "2.5.3"},
{cqerl, {git, "https://github.com/esl/cqerl.git", {branch, "master"}}},
{mysql, {git, "https://github.com/mysql-otp/mysql-otp.git", {tag, "1.3.2"}}},
Expand Down
8 changes: 3 additions & 5 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,7 @@
{ref,"f85ffd8350d7000c26392c18bdfcdbb30f3b5ee8"}},
0},
{<<"uuid">>,{pkg,<<"uuid_erl">>,<<"1.7.3">>},0},
{<<"worker_pool">>,
{git,"https://github.com/inaka/worker_pool.git",
{ref,"21c062d0201bccb900136f33eb74acd84db2886f"}},
0}]}.
{<<"worker_pool">>,{pkg,<<"worker_pool">>,<<"3.2.0">>},0}]}.
[
{pkg_hash,[
{<<"backoff">>, <<"DE762C05ED6DFAE862D83DC9E58AE936792B01302B3595F5CFFE86F2D8E6C1DD">>},
Expand Down Expand Up @@ -196,5 +193,6 @@
{<<"stringprep">>, <<"3364897B9A376B2FB5E429944FD34CA0B562B44C9E5ACF4E0299564371A6FBEF">>},
{<<"tirerl">>, <<"A80B45AED46342A6985FD52DEBB32BA26214EEF5C43EE2AE88BFBF815FA4F9F8">>},
{<<"unicode_util_compat">>, <<"A1F612A7B512638634A603C8F401892AFBF99B8CE93A45041F8AACA99CADB85E">>},
{<<"uuid">>, <<"C5DF97D1A3D626235C2415E74053C47B2138BB863C5CD802AB5CAECB8ECC019F">>}]}
{<<"uuid">>, <<"C5DF97D1A3D626235C2415E74053C47B2138BB863C5CD802AB5CAECB8ECC019F">>},
{<<"worker_pool">>, <<"54DD752BA4CA4B702124C45803AA958B36BCE77D683B87886606F1AADA3E124D">>}]}
].

0 comments on commit 9be64fe

Please sign in to comment.