Skip to content

Commit c17fdd7

Browse files
bartekgornymichalwski
authored andcommitted
branched off worker_pool from 3.0.0
1 parent fef2a9b commit c17fdd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{uuid, ".*", {git, "https://github.com/okeuday/uuid.git", {tag, "v1.7.1"}}},
4747
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls.git", "a166f0e9fe78304e5ca628fd5eff57c850241813"}},
4848
{lasse, ".*", {git, "https://github.com/inaka/lasse.git", "692eaec"}},
49-
{worker_pool, ".*", {git, "https://github.com/inaka/worker_pool.git", {branch, "master"}}},
49+
{worker_pool, ".*", {git, "https://github.com/inaka/worker_pool.git", {branch, "fix-spec-3.0.0"}}},
5050

5151
{riakc, ".*", {git, "https://github.com/basho/riak-erlang-client", "2.5.3"}},
5252
{cqerl, ".*", {git, "https://github.com/esl/cqerl.git", {ref, "08067ae"}}},

rebar.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
0},
217217
{<<"worker_pool">>,
218218
{git,"https://github.com/inaka/worker_pool.git",
219-
{ref,"a3fa4eaaf2857c69ff11000f0ed4472e60f9776a"}},
219+
{ref,"888ef6a376a3797d1a517bbf901019558e6a7150"}},
220220
0}]}.
221221
[
222222
{pkg_hash,[

0 commit comments

Comments
 (0)